Compartilhar via


ObjectIdentifier Construtores

Definição

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