KeyVaultSecretReference Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
KeyVaultSecretReference() |
Inicializa uma nova instância da classe KeyVaultSecretReference. |
KeyVaultSecretReference(String, SubResource) |
Inicializa uma nova instância da classe KeyVaultSecretReference. |
KeyVaultSecretReference()
Inicializa uma nova instância da classe KeyVaultSecretReference.
public KeyVaultSecretReference ();
Public Sub New ()
Aplica-se a
KeyVaultSecretReference(String, SubResource)
Inicializa uma nova instância da classe KeyVaultSecretReference.
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)
Parâmetros
- secretUrl
- String
A URL que faz referência a um segredo em um Key Vault.
- sourceVault
- SubResource
A URL relativa do Key Vault que contém o segredo.
Aplica-se a
Azure SDK for .NET