HciClusterData Class

Definition

Cluster details.

public class HciClusterData : Azure.ResourceManager.Models.TrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.HciClusterData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.HciClusterData>
type HciClusterData = class
    inherit TrackedResourceData
    interface IJsonModel<HciClusterData>
    interface IPersistableModel<HciClusterData>
Public Class HciClusterData
Inherits TrackedResourceData
Implements IJsonModel(Of HciClusterData), IPersistableModel(Of HciClusterData)
Inheritance
Implements

Constructors

Name Description
HciClusterData(AzureLocation)

Initializes a new instance of HciClusterData.

Properties

Name Description
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.

ClusterPattern

Supported Storage Type for HCI Cluster.

ConfidentialVmProperties

Represents the Confidential Virtual Machine (CVM) support intent and current status for the cluster resource.

ConnectivityStatus

Overall connectivity status for the cluster resource. Indicates whether the cluster is connected to Azure, partially connected, or has not recently communicated.

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)
Identity

The managed service identities assigned to this resource.

IdentityProvider

Identity Provider for the cluster.

IsManagementCluster

Is Management Cluster, when true indicates that the cluster is used for managing other clusters.

IsolatedVmAttestationConfiguration

Attestation configurations for isolated VM (e.g. TVM, CVM) of the cluster.

Kind

This property identifies the purpose of the Cluster deployment. For example, a valid value is AzureLocal.

LastBillingTimestamp

Most recent billing meter timestamp.

LastSyncTimestamp

Most recent cluster sync timestamp.

LocalAvailabilityZones

Local Availability Zone information for HCI cluster.

Location

The geo-location where the resource lives.

(Inherited from TrackedResourceData)
LogCollectionProperties

Log Collection properties of the cluster.

Name

The name of the resource.

(Inherited from ResourceData)
NextBillingModel

The next billing model to be applied to the cluster.

ProvisioningState

Provisioning state. Indicates the current lifecycle status of the resource, including creation, update, deletion, connectivity, and error states.

RegistrationTimestamp

First cluster sync timestamp.

RemoteSupportProperties

RemoteSupport properties of the cluster.

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)
Ring

The ring to which this cluster belongs to.

SdnProperties

Software Defined Networking Properties of the cluster.

SecretsLocations

List of secret locations.

ServiceEndpoint

Region specific DataPath Endpoint of the cluster.

SoftwareAssuranceProperties

Software Assurance properties of the cluster.

Status

Status of the cluster agent. Indicates the current connectivity, validation, and deployment state of the agent within the cluster.

StorageType

Storage type of the cluster. Indicates whether the cluster uses S2D, SAN, or a combination.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Resource tags.

(Inherited from TrackedResourceData)
TrialDaysRemaining

Number of days remaining in the trial period.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<HciClusterData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<HciClusterData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<HciClusterData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<HciClusterData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<HciClusterData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to