你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

性能计数器设置。

适用于