Identifier 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
Identifier() |
Initialise une nouvelle instance de la classe Identifier. |
Identifier(String, String, String, String, String) |
Initialise une nouvelle instance de la classe Identifier. |
Identifier()
Initialise une nouvelle instance de la classe Identifier.
public Identifier ();
Public Sub New ()
S’applique à
Identifier(String, String, String, String, String)
Initialise une nouvelle instance de la classe Identifier.
public Identifier (string id = default, string name = default, string kind = default, string type = default, string value = default);
new Microsoft.Azure.Management.WebSites.Models.Identifier : string * string * string * string * string -> Microsoft.Azure.Management.WebSites.Models.Identifier
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional value As String = Nothing)
Paramètres
- id
- String
ID de ressource.
- name
- String
Nom de la ressource.
- kind
- String
Type de ressource.
- type
- String
Type de ressource.
- value
- String
Représentation sous forme de chaîne de l’identité.
S’applique à
Azure SDK for .NET