共用方式為


NodeSetup 建構函式

定義

多載

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

效能計數器設定。

適用於