GetClusterResult

data class GetClusterResult(val azureApiVersion: String, val createdAt: String, val id: String, val location: String? = null, val metricId: String, val name: String, val provisioningState: String, val sku: ClusterSkuResponse? = null, val status: String, val supportsScaling: Boolean? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val updatedAt: String)

Single Event Hubs Cluster resource in List or Get operations.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, createdAt: String, id: String, location: String? = null, metricId: String, name: String, provisioningState: String, sku: ClusterSkuResponse? = null, status: String, supportsScaling: Boolean? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, updatedAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The UTC time when the Event Hubs Cluster was created.

Link copied to clipboard
val id: String

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

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard

The metric ID of the cluster resource. Provided by the service and not modifiable by the user.

Link copied to clipboard

The name of the resource

Link copied to clipboard

Provisioning state of the Cluster.

Link copied to clipboard
val sku: ClusterSkuResponse? = null

Properties of the cluster SKU.

Link copied to clipboard

Status of the Cluster resource

Link copied to clipboard

A value that indicates whether Scaling is Supported.

Link copied to clipboard

The system meta data relating to this resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

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

Link copied to clipboard

The UTC time when the Event Hubs Cluster was last updated.