Class UrlSigningKeyParameters

java.lang.Object
com.microsoft.azure.management.cdn.SecretParameters
com.microsoft.azure.management.cdn.UrlSigningKeyParameters

public class UrlSigningKeyParameters extends SecretParameters
Url signing key parameters.
  • Constructor Details

    • UrlSigningKeyParameters

      public UrlSigningKeyParameters()
  • Method Details

    • keyId

      public String 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

      public UrlSigningKeyParameters withKeyId(String keyId)
      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

      public ResourceReference secretSource()
      Get resource reference to the KV secret.
      Returns:
      the secretSource value
    • withSecretSource

      public UrlSigningKeyParameters withSecretSource(ResourceReference secretSource)
      Set resource reference to the KV secret.
      Parameters:
      secretSource - the secretSource value to set
      Returns:
      the UrlSigningKeyParameters object itself.
    • secretVersion

      public String secretVersion()
      Get version of the secret to be used.
      Returns:
      the secretVersion value
    • withSecretVersion

      public UrlSigningKeyParameters withSecretVersion(String secretVersion)
      Set version of the secret to be used.
      Parameters:
      secretVersion - the secretVersion value to set
      Returns:
      the UrlSigningKeyParameters object itself.