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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET