次の方法で共有


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

パフォーマンス カウンターの設定。

適用対象