Freigeben über


CommonClusterProperties Konstruktoren

Definition

Überlädt

CommonClusterProperties()

Initialisiert eine neue instance der CommonClusterProperties-Klasse.

CommonClusterProperties(Nullable<Int32>, String, Nullable<Int32>, IList<String>)

Initialisiert eine neue instance der CommonClusterProperties-Klasse.

CommonClusterProperties()

Initialisiert eine neue instance der CommonClusterProperties-Klasse.

public CommonClusterProperties ();
Public Sub New ()

Gilt für:

CommonClusterProperties(Nullable<Int32>, String, Nullable<Int32>, IList<String>)

Initialisiert eine neue instance der CommonClusterProperties-Klasse.

public CommonClusterProperties (int? clusterSize = default, string provisioningState = default, int? clusterId = default, System.Collections.Generic.IList<string> hosts = default);
new Microsoft.Azure.Management.Avs.Models.CommonClusterProperties : Nullable<int> * string * Nullable<int> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Avs.Models.CommonClusterProperties
Public Sub New (Optional clusterSize As Nullable(Of Integer) = Nothing, Optional provisioningState As String = Nothing, Optional clusterId As Nullable(Of Integer) = Nothing, Optional hosts As IList(Of String) = Nothing)

Parameter

clusterSize
Nullable<Int32>

Die Clustergröße

provisioningState
String

Der Status der Clusterbereitstellung. Mögliche Werte: "Erfolgreich", "Fehler", "Abgebrochen", "Löschen", "Aktualisieren"

clusterId
Nullable<Int32>

Identität

hosts
IList<String>

Die Hosts

Gilt für: