Udostępnij za pośrednictwem


NodeSetup Konstruktory

Definicja

Przeciążenia

NodeSetup()

Inicjuje nowe wystąpienie klasy NodeSetup.

NodeSetup(SetupTask, MountVolumes, PerformanceCountersSettings)

Inicjuje nowe wystąpienie klasy NodeSetup.

NodeSetup()

Inicjuje nowe wystąpienie klasy NodeSetup.

public NodeSetup ();
Public Sub New ()

Dotyczy

NodeSetup(SetupTask, MountVolumes, PerformanceCountersSettings)

Inicjuje nowe wystąpienie klasy 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)

Parametry

setupTask
SetupTask

Zadanie instalacji.

mountVolumes
MountVolumes

Instalowanie woluminów.

performanceCountersSettings
PerformanceCountersSettings

Ustawienia liczników wydajności.

Dotyczy