KeyVaultSigningKey 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 KeyVaultSigningKey.
public KeyVaultSigningKey (Azure.ResourceManager.Cdn.Models.KeyVaultSigningKeyType keyType, string subscriptionId, string resourceGroupName, string vaultName, string secretName, string secretVersion);
new Azure.ResourceManager.Cdn.Models.KeyVaultSigningKey : Azure.ResourceManager.Cdn.Models.KeyVaultSigningKeyType * string * string * string * string * string -> Azure.ResourceManager.Cdn.Models.KeyVaultSigningKey
Public Sub New (keyType As KeyVaultSigningKeyType, subscriptionId As String, resourceGroupName As String, vaultName As String, secretName As String, secretVersion As String)
Parameters
- keyType
- KeyVaultSigningKeyType
- subscriptionId
- String
Subscription Id of the user's Key Vault containing the secret.
- resourceGroupName
- String
Resource group of the user's Key Vault containing the secret.
- vaultName
- String
The name of the user's Key Vault containing the secret.
- secretName
- String
The name of secret in Key Vault.
- secretVersion
- String
The version(GUID) of secret in Key Vault.
Exceptions
subscriptionId
, resourceGroupName
, vaultName
, secretName
or secretVersion
is null.
Applies to
Azure SDK for .NET