Поделиться через


CommonClusterProperties Конструкторы

Определение

Перегрузки

CommonClusterProperties()

Инициализирует новый экземпляр класса CommonClusterProperties.

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

Инициализирует новый экземпляр класса CommonClusterProperties.

CommonClusterProperties()

Инициализирует новый экземпляр класса CommonClusterProperties.

public CommonClusterProperties();
Public Sub New ()

Применяется к

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

Инициализирует новый экземпляр класса CommonClusterProperties.

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)

Параметры

clusterSize
Nullable<Int32>

Размер кластера

provisioningState
String

Состояние подготовки кластера. Возможные значения: "Успешно", "Сбой", "Отменено", "Удаление", "Обновление".

clusterId
Nullable<Int32>

Идентификатор

hosts
IList<String>

Узлы

Применяется к