Share via


KeyVaultSigningKey Constructor

Definition

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

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