GetHciClusterResult

data class GetHciClusterResult(val automanageConfigurationId: String, val clientId: String, val cloudId: String, val id: String, val identities: List<GetHciClusterIdentity>, val location: String, val name: String, val resourceGroupName: String, val resourceProviderObjectId: String, val serviceEndpoint: String, val tags: Map<String, String>, val tenantId: String)

A collection of values returned by getHciCluster.

Constructors

Link copied to clipboard
constructor(automanageConfigurationId: String, clientId: String, cloudId: String, id: String, identities: List<GetHciClusterIdentity>, location: String, name: String, resourceGroupName: String, resourceProviderObjectId: String, serviceEndpoint: String, tags: Map<String, String>, tenantId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Automanage Configuration assigned to the Azure Stack HCI Cluster.

Link copied to clipboard

The Client ID of the Azure Active Directory used by the Azure Stack HCI Cluster.

Link copied to clipboard

An immutable UUID for the Azure Stack HCI Cluster.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

An identity block as defined below.

Link copied to clipboard

The Azure Region where the Azure Stack HCI Cluster exists.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The object ID of the Resource Provider Service Principal.

Link copied to clipboard

The region specific Data Path Endpoint of the Azure Stack HCI Cluster.

Link copied to clipboard

A mapping of tags assigned to the Azure Stack HCI Cluster.

Link copied to clipboard

The Tenant ID associated with this Managed Service Identity.