NodeSetup 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
NodeSetup() |
初始化 NodeSetup 類別的新實例。 |
NodeSetup(SetupTask, MountVolumes, PerformanceCountersSettings) |
初始化 NodeSetup 類別的新實例。 |
NodeSetup()
初始化 NodeSetup 類別的新實例。
public NodeSetup ();
Public Sub New ()
適用於
NodeSetup(SetupTask, MountVolumes, PerformanceCountersSettings)
初始化 NodeSetup 類別的新實例。
public NodeSetup (Microsoft.Azure.Management.BatchAI.Models.SetupTask setupTask = default, Microsoft.Azure.Management.BatchAI.Models.MountVolumes mountVolumes = default, Microsoft.Azure.Management.BatchAI.Models.PerformanceCountersSettings performanceCountersSettings = default);
new Microsoft.Azure.Management.BatchAI.Models.NodeSetup : Microsoft.Azure.Management.BatchAI.Models.SetupTask * Microsoft.Azure.Management.BatchAI.Models.MountVolumes * Microsoft.Azure.Management.BatchAI.Models.PerformanceCountersSettings -> Microsoft.Azure.Management.BatchAI.Models.NodeSetup
Public Sub New (Optional setupTask As SetupTask = Nothing, Optional mountVolumes As MountVolumes = Nothing, Optional performanceCountersSettings As PerformanceCountersSettings = Nothing)
參數
- setupTask
- SetupTask
安裝工作。
- mountVolumes
- MountVolumes
掛接磁片區。
- performanceCountersSettings
- PerformanceCountersSettings
效能計數器設定。