Get Cluster Result
data class GetClusterResult(val aadApplicationObjectId: String? = null, val aadClientId: String? = null, val aadServicePrincipalObjectId: String? = null, val aadTenantId: String? = null, val billingModel: String, val cloudId: String, val cloudManagementEndpoint: String? = null, val desiredProperties: ClusterDesiredPropertiesResponse? = null, val id: String, val lastBillingTimestamp: String, val lastSyncTimestamp: String, val location: String, val name: String, val principalId: String, val provisioningState: String, val registrationTimestamp: String, val reportedProperties: ClusterReportedPropertiesResponse, val resourceProviderObjectId: String, val serviceEndpoint: String, val softwareAssuranceProperties: SoftwareAssurancePropertiesResponse? = null, val status: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val tenantId: String, val trialDaysRemaining: Double, val type: String, val userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)
Cluster details.
Constructors
Link copied to clipboard
fun GetClusterResult(aadApplicationObjectId: String? = null, aadClientId: String? = null, aadServicePrincipalObjectId: String? = null, aadTenantId: String? = null, billingModel: String, cloudId: String, cloudManagementEndpoint: String? = null, desiredProperties: ClusterDesiredPropertiesResponse? = null, id: String, lastBillingTimestamp: String, lastSyncTimestamp: String, location: String, name: String, principalId: String, provisioningState: String, registrationTimestamp: String, reportedProperties: ClusterReportedPropertiesResponse, resourceProviderObjectId: String, serviceEndpoint: String, softwareAssuranceProperties: SoftwareAssurancePropertiesResponse? = null, status: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, tenantId: String, trialDaysRemaining: Double, type: String, userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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.