NodeCountProperties 建構函式

定義

多載

NodeCountProperties()

初始化 NodeCountProperties 類別的新實例。

NodeCountProperties(Nullable<Int32>)

初始化 NodeCountProperties 類別的新實例。

NodeCountProperties()

初始化 NodeCountProperties 類別的新實例。

public NodeCountProperties ();
Public Sub New ()

適用於

NodeCountProperties(Nullable<Int32>)

初始化 NodeCountProperties 類別的新實例。

public NodeCountProperties (int? count = default);
new Microsoft.Azure.Management.Automation.Models.NodeCountProperties : Nullable<int> -> Microsoft.Azure.Management.Automation.Models.NodeCountProperties
Public Sub New (Optional count As Nullable(Of Integer) = Nothing)

參數

count
Nullable<Int32>

取得名稱的計數

適用於