ServiceResource Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ServiceResource() |
Initialisiert eine neue instance der ServiceResource-Klasse. |
ServiceResource(String, String, String, String, IDictionary<String,String>, SystemData, ServiceResourceProperties) |
Initialisiert eine neue instance der ServiceResource-Klasse. |
ServiceResource()
Initialisiert eine neue instance der ServiceResource-Klasse.
public ServiceResource ();
Public Sub New ()
Gilt für:
ServiceResource(String, String, String, String, IDictionary<String,String>, SystemData, ServiceResourceProperties)
Initialisiert eine neue instance der ServiceResource-Klasse.
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)
Parameter
- id
- String
Azure-Ressourcenbezeichner.
- name
- String
Name der Azure-Ressource.
- type
- String
Azure-Ressourcentyp.
- location
- String
Der Ressourcenstandort hängt von der übergeordneten Ressource ab.
- tags
- IDictionary<String,String>
Azure-Ressourcentags.
- systemData
- SystemData
- properties
- ServiceResourceProperties
Gilt für:
Azure SDK for .NET