Bagikan melalui


NodeSetup Constructors

Definition

Overloads

NodeSetup()

Initializes a new instance of the NodeSetup class.

NodeSetup(SetupTask, MountVolumes, PerformanceCountersSettings)

Initializes a new instance of the NodeSetup class.

NodeSetup()

Initializes a new instance of the NodeSetup class.

public NodeSetup ();
Public Sub New ()

Applies to

NodeSetup(SetupTask, MountVolumes, PerformanceCountersSettings)

Initializes a new instance of the NodeSetup class.

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)

Parameters

setupTask
SetupTask

Setup task.

mountVolumes
MountVolumes

Mount volumes.

performanceCountersSettings
PerformanceCountersSettings

Performance counters settings.

Applies to