Share via


KeyVaultAndKeyReference Constructors

Definition

Overloads

KeyVaultAndKeyReference()
KeyVaultAndKeyReference(SourceVault, String)

KeyVaultAndKeyReference()

public KeyVaultAndKeyReference ();
Public Sub New ()

Applies to

KeyVaultAndKeyReference(SourceVault, String)

public KeyVaultAndKeyReference (Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SourceVault sourceVault, string keyUrl);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.KeyVaultAndKeyReference : Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SourceVault * string -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.KeyVaultAndKeyReference
Public Sub New (sourceVault As SourceVault, keyUrl As String)

Parameters

sourceVault
SourceVault
keyUrl
String

Applies to