ClusterCreateParameters Class
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.
Cluster creation operation.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ClusterCreateParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ClusterCreateParameters = class
Public Class ClusterCreateParameters
- Inheritance
-
ClusterCreateParameters
- Attributes
Constructors
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. |
Properties
NodeSetup |
Gets or sets node setup. |
ScaleSettings |
Gets or sets scale settings. |
Subnet |
Gets or sets subnet. |
UserAccountSettings |
Gets or sets user account settings. |
VirtualMachineConfiguration |
Gets or sets VM configuration. |
VmPriority |
Gets or sets VM priority. |
VmSize |
Gets or sets VM size. |
Methods
Validate() |
Validate the object. |
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