NodeSetup Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET