Share via


HciClusterData Class

Definition

A class representing the HciCluster data model. Cluster details.

public class HciClusterData : Azure.ResourceManager.Models.TrackedResourceData
type HciClusterData = class
    inherit TrackedResourceData
Public Class HciClusterData
Inherits TrackedResourceData
Inheritance

Constructors

HciClusterData(AzureLocation)

Initializes a new instance of HciClusterData.

Properties

AadApplicationObjectId

Object id of cluster AAD identity.

AadClientId

App id of cluster AAD identity.

AadServicePrincipalObjectId

Id of cluster identity service principal.

AadTenantId

Tenant id of cluster AAD identity.

BillingModel

Type of billing applied to the resource.

CloudId

Unique, immutable resource id.

CloudManagementEndpoint

Endpoint configured for management from the Azure portal.

DesiredProperties

Desired properties of the cluster.

Id

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

(Inherited from ResourceData)
LastBillingTimestamp

Most recent billing meter timestamp.

LastSyncTimestamp

Most recent cluster sync timestamp.

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
Name

The name of the resource.

(Inherited from ResourceData)
PrincipalId

The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.

ProvisioningState

Provisioning state.

RegistrationTimestamp

First cluster sync timestamp.

ReportedProperties

Properties reported by cluster agent.

ResourceProviderObjectId

Object id of RP Service Principal.

ResourceType

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

(Inherited from ResourceData)
ServiceEndpoint

Region specific DataPath Endpoint of the cluster.

SoftwareAssuranceProperties

Software Assurance properties of the cluster.

Status

Status of the cluster agent.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)
TenantId

The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.

TrialDaysRemaining

Number of days remaining in the trial period.

TypeIdentityType

Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).

UserAssignedIdentities

The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.

Applies to