| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
KeyVaultSigningKeyParameters |
UrlSigningKey.keySourceParameters()
Get the keySourceParameters property: Defines the parameters for using customer key vault for Url Signing Key.
|
KeyVaultSigningKeyParameters |
KeyVaultSigningKeyParameters.withOdataType(String odataType)
Set the odataType property: The @odata.type property.
|
KeyVaultSigningKeyParameters |
KeyVaultSigningKeyParameters.withResourceGroupName(String resourceGroupName)
Set the resourceGroupName property: Resource group of the user's Key Vault containing the secret.
|
KeyVaultSigningKeyParameters |
KeyVaultSigningKeyParameters.withSecretName(String secretName)
Set the secretName property: The name of secret in Key Vault.
|
KeyVaultSigningKeyParameters |
KeyVaultSigningKeyParameters.withSecretVersion(String secretVersion)
Set the secretVersion property: The version(GUID) of secret in Key Vault.
|
KeyVaultSigningKeyParameters |
KeyVaultSigningKeyParameters.withSubscriptionId(String subscriptionId)
Set the subscriptionId property: Subscription Id of the user's Key Vault containing the secret.
|
KeyVaultSigningKeyParameters |
KeyVaultSigningKeyParameters.withVaultName(String vaultName)
Set the vaultName property: The name of the user's Key Vault containing the secret.
|
| Modifier and Type | Method and Description |
|---|---|
UrlSigningKey |
UrlSigningKey.withKeySourceParameters(KeyVaultSigningKeyParameters keySourceParameters)
Set the keySourceParameters property: Defines the parameters for using customer key vault for Url Signing Key.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.