Uses of Class
com.azure.resourcemanager.cdn.models.UrlSigningKeyParameters
-
Packages that use UrlSigningKeyParameters Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of UrlSigningKeyParameters in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return UrlSigningKeyParameters Modifier and Type Method Description UrlSigningKeyParametersUrlSigningKeyParameters. withKeyId(String keyId)Set the keyId property: Defines the customer defined key Id.UrlSigningKeyParametersUrlSigningKeyParameters. withSecretSource(ResourceReference secretSource)Set the secretSource property: Resource reference to the KV secret.UrlSigningKeyParametersUrlSigningKeyParameters. withSecretVersion(String secretVersion)Set the secretVersion property: Version of the secret to be used.
-