KeyVaultKeyReferenceSourceVault Constructors

Definition

Overloads

KeyVaultKeyReferenceSourceVault()

Initializes a new instance of the KeyVaultKeyReferenceSourceVault class.

KeyVaultKeyReferenceSourceVault(String)

Initializes a new instance of the KeyVaultKeyReferenceSourceVault class.

KeyVaultKeyReferenceSourceVault()

Initializes a new instance of the KeyVaultKeyReferenceSourceVault class.

public KeyVaultKeyReferenceSourceVault ();
Public Sub New ()

Applies to

KeyVaultKeyReferenceSourceVault(String)

Initializes a new instance of the KeyVaultKeyReferenceSourceVault class.

public KeyVaultKeyReferenceSourceVault (string id = default);
new Microsoft.Azure.Management.StorageCache.Models.KeyVaultKeyReferenceSourceVault : string -> Microsoft.Azure.Management.StorageCache.Models.KeyVaultKeyReferenceSourceVault
Public Sub New (Optional id As String = Nothing)

Parameters

id
String

Resource Id.

Applies to