CloudService 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
CloudService() |
Initialisiert eine neue instance der CloudService-Klasse. |
CloudService(String, String, String, String, IDictionary<String,String>, CloudServiceProperties, SystemData, IList<String>) |
Initialisiert eine neue instance der CloudService-Klasse. |
CloudService()
Initialisiert eine neue instance der CloudService-Klasse.
public CloudService ();
Public Sub New ()
Gilt für:
CloudService(String, String, String, String, IDictionary<String,String>, CloudServiceProperties, SystemData, IList<String>)
Initialisiert eine neue instance der CloudService-Klasse.
public CloudService (string location, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Compute.Models.CloudServiceProperties properties = default, Microsoft.Azure.Management.Compute.Models.SystemData systemData = default, System.Collections.Generic.IList<string> zones = default);
new Microsoft.Azure.Management.Compute.Models.CloudService : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Compute.Models.CloudServiceProperties * Microsoft.Azure.Management.Compute.Models.SystemData * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Compute.Models.CloudService
Public Sub New (location As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As CloudServiceProperties = Nothing, Optional systemData As SystemData = Nothing, Optional zones As IList(Of String) = Nothing)
Parameter
- location
- String
Ressourcenspeicherort
- id
- String
Ressourcen-ID.
- name
- String
Name der Ressource.
- type
- String
Der Ressourcentyp.
- tags
- IDictionary<String,String>
Ressourcentags.
- properties
- CloudServiceProperties
- systemData
- SystemData
Liste der logischen Verfügbarkeitszone der Ressource. Die Liste sollte nur eine Zone enthalten, in der der Clouddienst bereitgestellt werden soll. Dieses Feld ist optional.
Gilt für:
Azure SDK for .NET