Uses of Class
com.azure.resourcemanager.cdn.models.UrlSigningKey
Packages that use UrlSigningKey
Package
Description
Package containing the inner data models for CdnManagementClient.
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 UrlSigningKeyModifier and TypeMethodDescriptionEndpointInner.urlSigningKeys()Get the urlSigningKeys property: List of keys used to validate the signed URL hashes.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 UrlSigningKeyModifier and TypeMethodDescriptionEndpointInner.withUrlSigningKeys(List<UrlSigningKey> urlSigningKeys) Set the urlSigningKeys property: List of keys used to validate the signed URL hashes.EndpointProperties.withUrlSigningKeys(List<UrlSigningKey> urlSigningKeys) Set the urlSigningKeys property: List of keys used to validate the signed URL hashes.EndpointPropertiesUpdateParameters.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 UrlSigningKeyModifier and TypeMethodDescriptionstatic UrlSigningKeyUrlSigningKey.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UrlSigningKey from the JsonReader.Set the keyId property: Defines the customer defined key Id.UrlSigningKey.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 UrlSigningKeyModifier and TypeMethodDescriptionEndpointUpdateParameters.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 UrlSigningKeyModifier and TypeMethodDescriptionEndpointUpdateParameters.withUrlSigningKeys(List<UrlSigningKey> urlSigningKeys) Set the urlSigningKeys property: List of keys used to validate the signed URL hashes.