Udostępnij za pośrednictwem


Cluster Konstruktory

Definicja

Przeciążenia

Cluster()

Inicjuje nowe wystąpienie klasy Klaster.

Cluster(Sku, String, String, String, Nullable<Int32>, String, Nullable<Int32>, IList<String>)

Inicjuje nowe wystąpienie klasy Klaster.

Cluster()

Inicjuje nowe wystąpienie klasy Klaster.

public Cluster ();
Public Sub New ()

Dotyczy

Cluster(Sku, String, String, String, Nullable<Int32>, String, Nullable<Int32>, IList<String>)

Inicjuje nowe wystąpienie klasy Klaster.

public Cluster (Microsoft.Azure.Management.Avs.Models.Sku sku, string id = default, string name = default, string type = default, int? clusterSize = default, string provisioningState = default, int? clusterId = default, System.Collections.Generic.IList<string> hosts = default);
new Microsoft.Azure.Management.Avs.Models.Cluster : Microsoft.Azure.Management.Avs.Models.Sku * string * string * string * Nullable<int> * string * Nullable<int> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Avs.Models.Cluster
Public Sub New (sku As Sku, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, 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)

Parametry

sku
Sku

Jednostka SKU klastra

id
String

Identyfikator zasobu.

name
String

Nazwa zasobu.

type
String

Typ zasobu.

clusterSize
Nullable<Int32>

Rozmiar klastra

provisioningState
String

Stan aprowizacji klastra. Możliwe wartości to: "Succeeded", "Failed", "Cancelled", "Deleting", "Updating"

clusterId
Nullable<Int32>

Tożsamość

hosts
IList<String>

Hosty

Dotyczy