DeploymentConfiguration Class
Deployment configuration properties.
- Inheritance
-
azure.mgmt.batch._serialization.ModelDeploymentConfiguration
Constructor
DeploymentConfiguration(*, virtual_machine_configuration: _models.VirtualMachineConfiguration | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
virtual_machine_configuration
|
The configuration for compute nodes in a pool based on the Azure Virtual Machines infrastructure. |
Variables
Name | Description |
---|---|
virtual_machine_configuration
|
The configuration for compute nodes in a pool based on the Azure Virtual Machines infrastructure. |
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