Cluster Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
Cluster() |
Initialiseert een nieuw exemplaar van de clusterklasse. |
Cluster(Sku, String, String, String, Nullable<Int32>, String, Nullable<Int32>, IList<String>) |
Initialiseert een nieuw exemplaar van de clusterklasse. |
Cluster()
Initialiseert een nieuw exemplaar van de clusterklasse.
public Cluster();
Public Sub New ()
Van toepassing op
Cluster(Sku, String, String, String, Nullable<Int32>, String, Nullable<Int32>, IList<String>)
Initialiseert een nieuw exemplaar van de clusterklasse.
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)
Parameters
- sku
- Sku
De cluster-SKU
- id
- String
Resource-id.
- name
- String
Resourcenaam.
- type
- String
Resourcetype.
- provisioningState
- String
De status van de clusterinrichting. Mogelijke waarden zijn: 'Geslaagd', 'Mislukt', 'Geannuleerd', 'Verwijderen', 'Bijwerken'
Van toepassing op
Azure SDK for .NET