NodeSetup 생성자

정의

오버로드

NodeSetup()

NodeSetup 클래스의 새 instance 초기화합니다.

NodeSetup(SetupTask, MountVolumes, PerformanceCountersSettings)

NodeSetup 클래스의 새 instance 초기화합니다.

NodeSetup()

NodeSetup 클래스의 새 instance 초기화합니다.

public NodeSetup ();
Public Sub New ()

적용 대상

NodeSetup(SetupTask, MountVolumes, PerformanceCountersSettings)

NodeSetup 클래스의 새 instance 초기화합니다.

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

성능 카운터 설정.

적용 대상