HciClusterData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the HciCluster data model. 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>
public class HciClusterData : Azure.ResourceManager.Models.TrackedResourceData
type HciClusterData = class
inherit TrackedResourceData
interface IJsonModel<HciClusterData>
interface IPersistableModel<HciClusterData>
type HciClusterData = class
inherit TrackedResourceData
Public Class HciClusterData
Inherits TrackedResourceData
Implements IJsonModel(Of HciClusterData), IPersistableModel(Of HciClusterData)
Public Class HciClusterData
Inherits TrackedResourceData
- Inheritance
- Implements
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. |
ConnectivityStatus |
Overall connectivity status for the cluster resource. |
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) |
IsolatedVmAttestationConfiguration |
Attestation configurations for isolated VM (e.g. TVM, CVM) of the cluster. |
LastBillingTimestamp |
Most recent billing meter timestamp. |
LastSyncTimestamp |
Most recent cluster sync timestamp. |
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) |
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. |
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) |
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Explicit Interface Implementations
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
Azure SDK for .NET