KeyVaultSecretReference Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Compute.Models.SubResource sourceVault);
new Microsoft.Azure.Management.Compute.Models.KeyVaultSecretReference : string * Microsoft.Azure.Management.Compute.Models.SubResource -> Microsoft.Azure.Management.Compute.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
Azure SDK for .NET