KeyVaultSecretReference Constructors

Definition

Overloads

KeyVaultSecretReference()

Initializes a new instance of the KeyVaultSecretReference class.

KeyVaultSecretReference(String, SubResource)

Initializes a new instance of the KeyVaultSecretReference class.

KeyVaultSecretReference()

Initializes a new instance of the KeyVaultSecretReference class.

public KeyVaultSecretReference ();
Public Sub New ()

Applies to

KeyVaultSecretReference(String, SubResource)

Initializes a new instance of the KeyVaultSecretReference class.

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

Parameters

secretUrl
String

The URL referencing a secret in a Key Vault.

sourceVault
SubResource

The relative URL of the Key Vault containing the secret.

Applies to