ObjectIdentifier Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ObjectIdentifier() |
Constructeur. |
ObjectIdentifier(String, String) |
Constructeur. |
ObjectIdentifier(String, String, String, String) |
Constructeur. |
ObjectIdentifier()
- Source:
- ObjectIdentifier.cs
Constructeur.
protected ObjectIdentifier ();
Protected Sub New ()
S’applique à
ObjectIdentifier(String, String)
- Source:
- ObjectIdentifier.cs
Constructeur.
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)
Paramètres
- collection
- String
Collection d’objets, par exemple « keys », « secrets » et « certificates ».
- identifier
- String
Identificateur d’objet du coffre de clés.
S’applique à
ObjectIdentifier(String, String, String, String)
- Source:
- ObjectIdentifier.cs
Constructeur.
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 = "")
Paramètres
- vaultBaseUrl
- String
URL de base du coffre
- collection
- String
Collection d’objets, par exemple « keys », « secrets » et « certificates ».
- name
- String
Nom de l'objet.
- version
- String
version de l’objet .
S’applique à
Azure SDK for .NET