Cluster Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.
- provisioningState
- String
Stan aprowizacji klastra. Możliwe wartości to: "Succeeded", "Failed", "Cancelled", "Deleting", "Updating"
Dotyczy
Azure SDK for .NET