Share via


Cluster Class

Definition

A cluster resource

[Microsoft.Rest.Serialization.JsonTransformation]
public class Cluster : Microsoft.Azure.Management.Avs.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Cluster = class
    inherit Resource
Public Class Cluster
Inherits Resource
Inheritance
Cluster
Attributes

Constructors

Cluster()

Initializes a new instance of the Cluster class.

Cluster(Sku, String, String, String, Nullable<Int32>, String, Nullable<Int32>, IList<String>)

Initializes a new instance of the Cluster class.

Properties

ClusterId

Gets the identity

ClusterSize

Gets or sets the cluster size

Hosts

Gets or sets the hosts

Id

Gets resource ID.

(Inherited from Resource)
Name

Gets resource name.

(Inherited from Resource)
ProvisioningState

Gets or sets the state of the cluster provisioning. Possible values include: 'Succeeded', 'Failed', 'Cancelled', 'Deleting', 'Updating'

Sku

Gets or sets the cluster SKU

Type

Gets resource type.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to