Class UrlSigningKeyParameters
java.lang.Object
com.microsoft.azure.management.cdn.SecretParameters
com.microsoft.azure.management.cdn.UrlSigningKeyParameters
Url signing key parameters.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionkeyId()
Get defines the customer defined key Id.Get resource reference to the KV secret.Get version of the secret to be used.Set defines the customer defined key Id.withSecretSource
(ResourceReference secretSource) Set resource reference to the KV secret.withSecretVersion
(String secretVersion) Set version of the secret to be used.
-
Constructor Details
-
UrlSigningKeyParameters
public UrlSigningKeyParameters()
-
-
Method Details
-
keyId
Get defines the customer defined key Id. This id will exist in the incoming request to indicate the key used to form the hash.- Returns:
- the keyId value
-
withKeyId
Set defines the customer defined key Id. This id will exist in the incoming request to indicate the key used to form the hash.- Parameters:
keyId
- the keyId value to set- Returns:
- the UrlSigningKeyParameters object itself.
-
secretSource
Get resource reference to the KV secret.- Returns:
- the secretSource value
-
withSecretSource
Set resource reference to the KV secret.- Parameters:
secretSource
- the secretSource value to set- Returns:
- the UrlSigningKeyParameters object itself.
-
secretVersion
Get version of the secret to be used.- Returns:
- the secretVersion value
-
withSecretVersion
Set version of the secret to be used.- Parameters:
secretVersion
- the secretVersion value to set- Returns:
- the UrlSigningKeyParameters object itself.
-