Cluster Class
Single Event Hubs Cluster resource in List or Get operations.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.eventhub.v2024_01_01.models._models_py3.TrackedResourceCluster
Constructor
Cluster(*, location: str | None = None, tags: Dict[str, str] | None = None, sku: _models.ClusterSku | None = None, supports_scaling: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
Resource location. |
tags
|
Resource tags. |
sku
|
Properties of the cluster SKU. |
supports_scaling
|
A value that indicates whether Scaling is Supported. |
Variables
Name | Description |
---|---|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long |
name
|
The name of the resource. |
type
|
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
location
|
Resource location. |
tags
|
Resource tags. |
sku
|
Properties of the cluster SKU. |
system_data
|
The system meta data relating to this resource. |
created_at
|
The UTC time when the Event Hubs Cluster was created. |
provisioning_state
|
Provisioning state of the Cluster. Known values are: "Unknown", "Creating", "Deleting", "Scaling", "Active", "Failed", "Succeeded", and "Canceled". |
updated_at
|
The UTC time when the Event Hubs Cluster was last updated. |
metric_id
|
The metric ID of the cluster resource. Provided by the service and not modifiable by the user. |
status
|
Status of the Cluster resource. |
supports_scaling
|
A value that indicates whether Scaling is Supported. |
Azure SDK for Python