ResourceWithOptionalLocation 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
ResourceWithOptionalLocation() |
Initialise une nouvelle instance de la classe ResourceWithOptionalLocation. |
ResourceWithOptionalLocation(String, String, String, String, IDictionary<String,String>) |
Initialise une nouvelle instance de la classe ResourceWithOptionalLocation. |
ResourceWithOptionalLocation()
Initialise une nouvelle instance de la classe ResourceWithOptionalLocation.
public ResourceWithOptionalLocation ();
Public Sub New ()
S’applique à
ResourceWithOptionalLocation(String, String, String, String, IDictionary<String,String>)
Initialise une nouvelle instance de la classe ResourceWithOptionalLocation.
public ResourceWithOptionalLocation (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Compute.Models.ResourceWithOptionalLocation : string * string * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Compute.Models.ResourceWithOptionalLocation
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)
Paramètres
- location
- String
Emplacement de la ressource
- id
- String
ID de ressource
- name
- String
Nom de la ressource
- type
- String
Type de ressource
- tags
- IDictionary<String,String>
Balises de ressource
S’applique à
Azure SDK for .NET