ObjectIdentifier 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
ObjectIdentifier() |
Construtor. |
ObjectIdentifier(String, String) |
Construtor. |
ObjectIdentifier(String, String, String, String) |
Construtor. |
ObjectIdentifier()
- Origem:
- ObjectIdentifier.cs
Construtor.
protected ObjectIdentifier ();
Protected Sub New ()
Aplica-se a
ObjectIdentifier(String, String)
- Origem:
- ObjectIdentifier.cs
Construtor.
protected ObjectIdentifier (string collection, string identifier);
new Microsoft.Azure.KeyVault.ObjectIdentifier : string * string -> Microsoft.Azure.KeyVault.ObjectIdentifier
Protected Sub New (collection As String, identifier As String)
Parâmetros
- collection
- String
A coleção de objetos, por exemplo, 'keys', 'secrets' e 'certificates'.
- identifier
- String
O identificador de objeto do cofre de chaves.
Aplica-se a
ObjectIdentifier(String, String, String, String)
- Origem:
- ObjectIdentifier.cs
Construtor.
protected ObjectIdentifier (string vaultBaseUrl, string collection, string name, string version = "");
new Microsoft.Azure.KeyVault.ObjectIdentifier : string * string * string * string -> Microsoft.Azure.KeyVault.ObjectIdentifier
Protected Sub New (vaultBaseUrl As String, collection As String, name As String, Optional version As String = "")
Parâmetros
- vaultBaseUrl
- String
A URL base do cofre
- collection
- String
A coleção de objetos, por exemplo, 'keys', 'secrets' e 'certificates'.
- name
- String
O nome do objeto.
- version
- String
a versão do objeto .
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