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


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

Определение

Перегрузки

ClusterUpdate()

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

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

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

ClusterUpdate()

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

public ClusterUpdate ();
Public Sub New ()

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

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

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

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

Параметры

clusterSize
Nullable<Int32>

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

hosts
IList<String>

Узлы

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