KeyVaultAndSecretReference Constructors

Definition

Overloads

KeyVaultAndSecretReference()

Initializes a new instance of the KeyVaultAndSecretReference class.

KeyVaultAndSecretReference(SourceVault, String)

Initializes a new instance of the KeyVaultAndSecretReference class.

KeyVaultAndSecretReference()

Initializes a new instance of the KeyVaultAndSecretReference class.

public KeyVaultAndSecretReference ();
Public Sub New ()

Applies to

KeyVaultAndSecretReference(SourceVault, String)

Initializes a new instance of the KeyVaultAndSecretReference class.

public KeyVaultAndSecretReference (Microsoft.Azure.Management.Compute.Fluent.Models.SourceVault sourceVault, string secretUrl);
new Microsoft.Azure.Management.Compute.Fluent.Models.KeyVaultAndSecretReference : Microsoft.Azure.Management.Compute.Fluent.Models.SourceVault * string -> Microsoft.Azure.Management.Compute.Fluent.Models.KeyVaultAndSecretReference
Public Sub New (sourceVault As SourceVault, secretUrl As String)

Parameters

sourceVault
SourceVault

Resource id of the KeyVault containing the key or secret

secretUrl
String

Url pointing to a key or secret in KeyVault

Applies to