Cluster Class
The HDInsight cluster.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.hdinsight.models._models_py3.TrackedResourceCluster
Constructor
Cluster(*, location: str, tags: Dict[str, str] | None = None, etag: str | None = None, zones: List[str] | None = None, properties: ClusterGetProperties | None = None, identity: ClusterIdentity | None = None, **kwargs)
Parameters
Name | Description |
---|---|
tags
Required
|
A set of tags. Resource tags. |
location
Required
|
Required. The geo-location where the resource lives. |
etag
Required
|
The ETag for the resource. |
zones
Required
|
The availability zones. |
properties
Required
|
The properties of the cluster. |
identity
Required
|
The identity of the cluster, if configured. |
Keyword-Only Parameters
Name | Description |
---|---|
location
Required
|
|
tags
Required
|
|
etag
Required
|
|
zones
Required
|
|
properties
Required
|
|
identity
Required
|
|
Variables
Name | Description |
---|---|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. |
name
|
The name of the resource. |
type
|
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
system_data
|
Metadata pertaining to creation and last modification of the resource. |
Azure SDK for Python