ClusterProperties interface

Event Hubs Cluster properties supplied in responses in List or Get operations.

Properties

createdAt

The UTC time when the Event Hubs Cluster was created.

metricId

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

platformCapabilities
provisioningState

Provisioning state of the Cluster.

status

Status of the Cluster resource

supportsScaling

A value that indicates whether Scaling is Supported.

updatedAt

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

zoneRedundant

A value that indicates whether the cluster is zone redundant.

Property Details

createdAt

The UTC time when the Event Hubs Cluster was created.

createdAt?: string

Property Value

string

metricId

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

metricId?: string

Property Value

string

platformCapabilities

platformCapabilities?: PlatformCapabilities

Property Value

provisioningState

Provisioning state of the Cluster.

provisioningState?: string

Property Value

string

status

Status of the Cluster resource

status?: string

Property Value

string

supportsScaling

A value that indicates whether Scaling is Supported.

supportsScaling?: boolean

Property Value

boolean

updatedAt

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

updatedAt?: string

Property Value

string

zoneRedundant

A value that indicates whether the cluster is zone redundant.

zoneRedundant?: boolean

Property Value

boolean