ManagementCluster 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.
The properties of a management cluster
public class ManagementCluster : Microsoft.Azure.Management.Avs.Models.CommonClusterProperties
type ManagementCluster = class
inherit CommonClusterProperties
Public Class ManagementCluster
Inherits CommonClusterProperties
- Inheritance
Constructors
ManagementCluster() |
Initializes a new instance of the ManagementCluster class. |
ManagementCluster(Nullable<Int32>, String, Nullable<Int32>, IList<String>) |
Initializes a new instance of the ManagementCluster class. |
Properties
ClusterId |
Gets the identity (Inherited from CommonClusterProperties) |
ClusterSize |
Gets or sets the cluster size (Inherited from CommonClusterProperties) |
Hosts |
Gets or sets the hosts (Inherited from CommonClusterProperties) |
ProvisioningState |
Gets or sets the state of the cluster provisioning. Possible values include: 'Succeeded', 'Failed', 'Cancelled', 'Deleting', 'Updating' (Inherited from CommonClusterProperties) |
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