ClusterCreateParameters 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
ClusterCreateParameters() |
Initializes a new instance of the ClusterCreateParameters class. |
ClusterCreateParameters(String, UserAccountSettings, Nullable<VmPriority>, ScaleSettings, VirtualMachineConfiguration, NodeSetup, ResourceId) |
Initializes a new instance of the ClusterCreateParameters class. |
ClusterCreateParameters()
Initializes a new instance of the ClusterCreateParameters class.
public ClusterCreateParameters ();
Public Sub New ()
Applies to
ClusterCreateParameters(String, UserAccountSettings, Nullable<VmPriority>, ScaleSettings, VirtualMachineConfiguration, NodeSetup, ResourceId)
Initializes a new instance of the ClusterCreateParameters class.
public ClusterCreateParameters (string vmSize, Microsoft.Azure.Management.BatchAI.Models.UserAccountSettings userAccountSettings, Microsoft.Azure.Management.BatchAI.Models.VmPriority? vmPriority = default, Microsoft.Azure.Management.BatchAI.Models.ScaleSettings scaleSettings = default, Microsoft.Azure.Management.BatchAI.Models.VirtualMachineConfiguration virtualMachineConfiguration = default, Microsoft.Azure.Management.BatchAI.Models.NodeSetup nodeSetup = default, Microsoft.Azure.Management.BatchAI.Models.ResourceId subnet = default);
new Microsoft.Azure.Management.BatchAI.Models.ClusterCreateParameters : string * Microsoft.Azure.Management.BatchAI.Models.UserAccountSettings * Nullable<Microsoft.Azure.Management.BatchAI.Models.VmPriority> * Microsoft.Azure.Management.BatchAI.Models.ScaleSettings * Microsoft.Azure.Management.BatchAI.Models.VirtualMachineConfiguration * Microsoft.Azure.Management.BatchAI.Models.NodeSetup * Microsoft.Azure.Management.BatchAI.Models.ResourceId -> Microsoft.Azure.Management.BatchAI.Models.ClusterCreateParameters
Public Sub New (vmSize As String, userAccountSettings As UserAccountSettings, Optional vmPriority As Nullable(Of VmPriority) = Nothing, Optional scaleSettings As ScaleSettings = Nothing, Optional virtualMachineConfiguration As VirtualMachineConfiguration = Nothing, Optional nodeSetup As NodeSetup = Nothing, Optional subnet As ResourceId = Nothing)
Parameters
- vmSize
- String
VM size.
- userAccountSettings
- UserAccountSettings
User account settings.
- vmPriority
- Nullable<VmPriority>
VM priority.
- scaleSettings
- ScaleSettings
Scale settings.
- virtualMachineConfiguration
- VirtualMachineConfiguration
VM configuration.
- nodeSetup
- NodeSetup
Node setup.
- subnet
- ResourceId
Subnet.
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