AvsManagementCluster 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 AvsManagementCluster : Azure.ResourceManager.Avs.Models.CommonClusterProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Avs.Models.AvsManagementCluster>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Avs.Models.AvsManagementCluster>
public class AvsManagementCluster : Azure.ResourceManager.Avs.Models.CommonClusterProperties
type AvsManagementCluster = class
inherit CommonClusterProperties
interface IJsonModel<AvsManagementCluster>
interface IPersistableModel<AvsManagementCluster>
type AvsManagementCluster = class
inherit CommonClusterProperties
Public Class AvsManagementCluster
Inherits CommonClusterProperties
Implements IJsonModel(Of AvsManagementCluster), IPersistableModel(Of AvsManagementCluster)
Public Class AvsManagementCluster
Inherits CommonClusterProperties
- Inheritance
- Implements
Constructors
AvsManagementCluster() |
Initializes a new instance of AvsManagementCluster. |
Properties
ClusterId |
The identity. (Inherited from CommonClusterProperties) |
ClusterSize |
The cluster size. (Inherited from CommonClusterProperties) |
Hosts |
The hosts. (Inherited from CommonClusterProperties) |
ProvisioningState |
The state of the cluster provisioning. (Inherited from CommonClusterProperties) |
VsanDatastoreName |
Name of the vsan datastore associated with the cluster. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from CommonClusterProperties) |
Explicit Interface Implementations
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