ClusterCreateParametersExtended Class
The CreateCluster request parameters.
- Inheritance
-
msrest.serialization.ModelClusterCreateParametersExtended
Constructor
ClusterCreateParametersExtended(*, location: str | None = None, tags: Dict[str, str] | None = None, zones: List[str] | None = None, properties: ClusterCreateProperties | None = None, identity: ClusterIdentity | None = None, **kwargs)
Parameters
Name | Description |
---|---|
location
Required
|
The location of the cluster. |
tags
Required
|
A set of tags. The resource tags. |
zones
Required
|
The availability zones. |
properties
Required
|
The cluster create parameters. |
identity
Required
|
The identity of the cluster, if configured. |
Keyword-Only Parameters
Name | Description |
---|---|
location
Required
|
|
tags
Required
|
|
zones
Required
|
|
properties
Required
|
|
identity
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python