Cluster interface
Single Event Hubs Cluster resource in List or Get operations.
- Extends
Properties
| created |
The UTC time when the Event Hubs Cluster was created. |
| location | Resource location. |
| 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. |
| sku | Properties of the cluster SKU. |
| status | Status of the Cluster resource |
| supports |
A value that indicates whether Scaling is Supported. |
| tags | Resource tags. |
| updated |
The UTC time when the Event Hubs Cluster was last updated. |
| zone |
A value that indicates whether the cluster is zone redundant. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
createdAt
The UTC time when the Event Hubs Cluster was created.
createdAt?: string
Property Value
string
location
Resource location.
location?: 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
sku
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
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
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
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type