Cluster Class

Definition

The HDInsight cluster.

public class Cluster : Microsoft.Azure.Management.HDInsight.Models.TrackedResource
type Cluster = class
    inherit TrackedResource
Public Class Cluster
Inherits TrackedResource
Inheritance

Constructors

Cluster()

Initializes a new instance of the Cluster class.

Cluster(String, String, String, String, IDictionary<String,String>, String, IList<String>, ClusterGetProperties, ClusterIdentity, SystemData)

Initializes a new instance of the Cluster class.

Properties

Etag

Gets or sets the ETag for the resource

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Identity

Gets or sets the identity of the cluster, if configured.

Location

Gets or sets the geo-location where the resource lives

(Inherited from TrackedResource)
Name

Gets the name of the resource

(Inherited from Resource)
Properties

Gets or sets the properties of the cluster.

SystemData
Tags

Gets or sets resource tags.

(Inherited from TrackedResource)
Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)
Zones

Gets or sets the availability zones.

Methods

Validate()

Validate the object.

Applies to