ServiceResource 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
ServiceResource() |
Initialise une nouvelle instance de la classe ServiceResource. |
ServiceResource(String, String, String, String, IDictionary<String,String>, SystemData, ServiceResourceProperties) |
Initialise une nouvelle instance de la classe ServiceResource. |
ServiceResource()
Initialise une nouvelle instance de la classe ServiceResource.
public ServiceResource ();
Public Sub New ()
S’applique à
ServiceResource(String, String, String, String, IDictionary<String,String>, SystemData, ServiceResourceProperties)
Initialise une nouvelle instance de la classe ServiceResource.
public ServiceResource (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData systemData = default, Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceResourceProperties properties = default);
new Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceResource : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.SystemData * Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceResourceProperties -> Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ServiceResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional systemData As SystemData = Nothing, Optional properties As ServiceResourceProperties = Nothing)
Paramètres
- id
- String
Identificateur de ressource Azure.
- name
- String
Nom de la ressource Azure.
- type
- String
Type de ressource Azure.
- location
- String
L’emplacement de la ressource dépend de la ressource parente.
- tags
- IDictionary<String,String>
Balises de ressource Azure.
- systemData
- SystemData
- properties
- ServiceResourceProperties
S’applique à
Azure SDK for .NET