NodePlacementConfiguration Class
Allocation configuration used by Batch Service to provision the nodes.
- Inheritance
-
azure.mgmt.batch._serialization.ModelNodePlacementConfiguration
Constructor
NodePlacementConfiguration(*, policy: str | _models.NodePlacementPolicyType | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
policy
|
Allocation policy used by Batch Service to provision the nodes. If not specified, Batch will use the regional policy. Known values are: "Regional" and "Zonal". |
Variables
Name | Description |
---|---|
policy
|
Allocation policy used by Batch Service to provision the nodes. If not specified, Batch will use the regional policy. Known values are: "Regional" and "Zonal". |
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