Class UrlSigningKey

java.lang.Object
com.microsoft.azure.management.cdn.UrlSigningKey

public class UrlSigningKey extends Object
Url signing key.
  • Constructor Details

    • UrlSigningKey

      public UrlSigningKey()
  • 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 UrlSigningKey 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 UrlSigningKey object itself.
    • keySourceParameters

      public KeyVaultSigningKeyParameters keySourceParameters()
      Get defines the parameters for using customer key vault for Url Signing Key.
      Returns:
      the keySourceParameters value
    • withKeySourceParameters

      public UrlSigningKey withKeySourceParameters(KeyVaultSigningKeyParameters keySourceParameters)
      Set defines the parameters for using customer key vault for Url Signing Key.
      Parameters:
      keySourceParameters - the keySourceParameters value to set
      Returns:
      the UrlSigningKey object itself.