Sdílet prostřednictvím


NodeSetup Konstruktory

Definice

Přetížení

NodeSetup()

Inicializuje novou instanci NodeSetup třídy.

NodeSetup(SetupTask, MountVolumes, PerformanceCountersSettings)

Inicializuje novou instanci NodeSetup třídy.

NodeSetup()

Inicializuje novou instanci NodeSetup třídy.

public NodeSetup ();
Public Sub New ()

Platí pro

NodeSetup(SetupTask, MountVolumes, PerformanceCountersSettings)

Inicializuje novou instanci NodeSetup třídy.

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)

Parametry

setupTask
SetupTask

Nastavit úlohu.

mountVolumes
MountVolumes

Připojte svazky.

performanceCountersSettings
PerformanceCountersSettings

Nastavení čítačů výkonu.

Platí pro