ClusterProperties interface
Event Hubs Cluster properties supplied in responses in List or Get operations.
Properties
| created |
The UTC time when the Event Hubs Cluster was created. |
| metric |
The metric ID of the cluster resource. Provided by the service and not modifiable by the user. |
| platform |
|
| provisioning |
Provisioning state of the Cluster. |
| status | Status of the Cluster resource |
| supports |
A value that indicates whether Scaling is Supported. |
| updated |
The UTC time when the Event Hubs Cluster was last updated. |
| zone |
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
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