Compartilhar via


DeletedSecretIdentifier Construtores

Definição

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