SecretIdentifier 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
SecretIdentifier(String) |
Construtor. |
SecretIdentifier(String, String, String) |
Construtor. |
SecretIdentifier(String)
- Origem:
- ObjectIdentifier.cs
Construtor.
public SecretIdentifier (string identifier);
new Microsoft.Azure.KeyVault.SecretIdentifier : string -> Microsoft.Azure.KeyVault.SecretIdentifier
Public Sub New (identifier As String)
Parâmetros
- identifier
- String
O identificador do segredo.
Aplica-se a
SecretIdentifier(String, String, String)
- Origem:
- ObjectIdentifier.cs
Construtor.
public SecretIdentifier (string vaultBaseUrl, string name, string version = "");
new Microsoft.Azure.KeyVault.SecretIdentifier : string * string * string -> Microsoft.Azure.KeyVault.SecretIdentifier
Public Sub New (vaultBaseUrl As String, name As String, Optional version As String = "")
Parâmetros
- vaultBaseUrl
- String
a URL base do cofre
- name
- String
o nome do segredo
- version
- String
a versão do segredo.
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET