Share via


Cluster Class

Definition

Cluster details.

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

Constructors

Cluster()

Initializes a new instance of the Cluster class.

Cluster(String, String, String, String, String, String, IDictionary<String, String>, String, String, String, ClusterReportedProperties, Nullable<Double>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>)

Initializes a new instance of the Cluster class.

Properties

AadClientId

Gets or sets app id of cluster AAD identity.

AadTenantId

Gets or sets tenant id of cluster AAD identity.

BillingModel

Gets type of billing applied to the resource.

CloudId

Gets unique, immutable resource id.

Id

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

(Inherited from Resource)
LastBillingTimestamp

Gets most recent billing meter timestamp.

LastSyncTimestamp

Gets most recent cluster sync timestamp.

Location

Gets or sets the geo-location where the resource lives

(Inherited from TrackedResource)
Name

Gets the name of the resource

(Inherited from Resource)
ProvisioningState

Gets provisioning state. Possible values include: 'Succeeded', 'Failed', 'Canceled', 'Accepted', 'Provisioning'

RegistrationTimestamp

Gets first cluster sync timestamp.

ReportedProperties

Gets or sets properties reported by cluster agent.

Status

Gets status of the cluster agent. Possible values include: 'NotYetRegistered', 'ConnectedRecently', 'NotConnectedRecently', 'Disconnected', 'Error'

Tags

Gets or sets resource tags.

(Inherited from TrackedResource)
TrialDaysRemaining

Gets number of days remaining in the trial period.

Type

Gets the type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

(Inherited from Resource)

Applies to