Freigeben über


NodeSetup Konstruktoren

Definition

Überlädt

NodeSetup()

Initialisiert eine neue instance der NodeSetup-Klasse.

NodeSetup(SetupTask, MountVolumes, PerformanceCountersSettings)

Initialisiert eine neue instance der NodeSetup-Klasse.

NodeSetup()

Initialisiert eine neue instance der NodeSetup-Klasse.

public NodeSetup ();
Public Sub New ()

Gilt für:

NodeSetup(SetupTask, MountVolumes, PerformanceCountersSettings)

Initialisiert eine neue instance der NodeSetup-Klasse.

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)

Parameter

setupTask
SetupTask

Einrichtungsaufgabe.

mountVolumes
MountVolumes

Einbinden von Volumes.

performanceCountersSettings
PerformanceCountersSettings

Leistungsindikatoreneinstellungen.

Gilt für: