KeyVaultKeyReference Constructors

Definition

Overloads

KeyVaultKeyReference()

Initializes a new instance of the KeyVaultKeyReference class.

KeyVaultKeyReference(String, SubResource)

Initializes a new instance of the KeyVaultKeyReference class.

KeyVaultKeyReference()

Initializes a new instance of the KeyVaultKeyReference class.

public KeyVaultKeyReference ();
Public Sub New ()

Applies to

KeyVaultKeyReference(String, SubResource)

Initializes a new instance of the KeyVaultKeyReference class.

public KeyVaultKeyReference (string keyUrl, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource sourceVault);
new Microsoft.Azure.Management.Compute.Fluent.Models.KeyVaultKeyReference : string * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource -> Microsoft.Azure.Management.Compute.Fluent.Models.KeyVaultKeyReference
Public Sub New (keyUrl As String, sourceVault As SubResource)

Parameters

keyUrl
String

The URL referencing a key encryption key in Key Vault.

sourceVault
SubResource

The relative URL of the Key Vault containing the key.

Applies to