ICluster Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ClusterTypeConverter))]
public interface ICluster : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ClusterTypeConverter))>]
type ICluster = interface
    interface IJsonSerializable
    interface IResource
Public Interface ICluster
Implements IResource
Derived
Attributes
Implements

Properties

ClusterId

The identity

Host

The hosts

Id

Resource ID.

(Inherited from IResource)
Name

Resource name.

(Inherited from IResource)
ProvisioningState

The state of the cluster provisioning

Size

The cluster size

SkuName

The name of the SKU.

Type

Resource type.

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to