DeletedSecretIdentifier 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
DeletedSecretIdentifier(String) |
Construtor. |
DeletedSecretIdentifier(String, String) |
Construtor. |
DeletedSecretIdentifier(String)
- Origem:
- ObjectIdentifier.cs
Construtor.
public DeletedSecretIdentifier (string identifier);
new Microsoft.Azure.KeyVault.DeletedSecretIdentifier : string -> Microsoft.Azure.KeyVault.DeletedSecretIdentifier
Public Sub New (identifier As String)
Parâmetros
- identifier
- String
O identificador do segredo excluído. Também conhecido como recoveryId retorna da exclusão.
Aplica-se a
DeletedSecretIdentifier(String, String)
- Origem:
- ObjectIdentifier.cs
Construtor.
public DeletedSecretIdentifier (string vaultBaseUrl, string name);
new Microsoft.Azure.KeyVault.DeletedSecretIdentifier : string * string -> Microsoft.Azure.KeyVault.DeletedSecretIdentifier
Public Sub New (vaultBaseUrl As String, name As String)
Parâmetros
- vaultBaseUrl
- String
a URL base do cofre
- name
- String
o nome do segredo excluído
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET