UriSigningKeyProperties(String, WritableSubResource) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of UriSigningKeyProperties.
public UriSigningKeyProperties (string keyId, Azure.ResourceManager.Resources.Models.WritableSubResource secretSource);
new Azure.ResourceManager.Cdn.Models.UriSigningKeyProperties : string * Azure.ResourceManager.Resources.Models.WritableSubResource -> Azure.ResourceManager.Cdn.Models.UriSigningKeyProperties
Public Sub New (keyId As String, secretSource As WritableSubResource)
Parameters
- keyId
- String
Defines the customer defined key Id. This id will exist in the incoming request to indicate the key used to form the hash.
- secretSource
- WritableSubResource
Resource reference to the Azure Key Vault secret. Expected to be in format of /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/vaults/{vaultName}/secrets/{secretName}.
Exceptions
keyId
or secretSource
is null.