Uses of Class
com.azure.resourcemanager.cdn.models.UrlSigningKey
-
Packages that use UrlSigningKey Package Description com.azure.resourcemanager.cdn.fluent.models Package containing the inner data models for CdnManagementClient.com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of UrlSigningKey in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return types with arguments of type UrlSigningKey Modifier and Type Method Description List<UrlSigningKey>EndpointInner. urlSigningKeys()Get the urlSigningKeys property: List of keys used to validate the signed URL hashes.List<UrlSigningKey>EndpointPropertiesUpdateParameters. urlSigningKeys()Get the urlSigningKeys property: List of keys used to validate the signed URL hashes.Method parameters in com.azure.resourcemanager.cdn.fluent.models with type arguments of type UrlSigningKey Modifier and Type Method Description EndpointInnerEndpointInner. withUrlSigningKeys(List<UrlSigningKey> urlSigningKeys)Set the urlSigningKeys property: List of keys used to validate the signed URL hashes.EndpointPropertiesEndpointProperties. withUrlSigningKeys(List<UrlSigningKey> urlSigningKeys)Set the urlSigningKeys property: List of keys used to validate the signed URL hashes.EndpointPropertiesUpdateParametersEndpointPropertiesUpdateParameters. withUrlSigningKeys(List<UrlSigningKey> urlSigningKeys)Set the urlSigningKeys property: List of keys used to validate the signed URL hashes. -
Uses of UrlSigningKey in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return UrlSigningKey Modifier and Type Method Description UrlSigningKeyUrlSigningKey. withKeyId(String keyId)Set the keyId property: Defines the customer defined key Id.UrlSigningKeyUrlSigningKey. withKeySourceParameters(KeyVaultSigningKeyParameters keySourceParameters)Set the keySourceParameters property: Defines the parameters for using customer key vault for Url Signing Key.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type UrlSigningKey Modifier and Type Method Description List<UrlSigningKey>EndpointUpdateParameters. urlSigningKeys()Get the urlSigningKeys property: List of keys used to validate the signed URL hashes.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type UrlSigningKey Modifier and Type Method Description EndpointUpdateParametersEndpointUpdateParameters. withUrlSigningKeys(List<UrlSigningKey> urlSigningKeys)Set the urlSigningKeys property: List of keys used to validate the signed URL hashes.
-