DeploymentConfiguration Class

Deployment configuration properties.

Inheritance
DeploymentConfiguration

Constructor

DeploymentConfiguration(*, cloud_service_configuration: Optional[azure.mgmt.batch.models._models_py3.CloudServiceConfiguration] = None, virtual_machine_configuration: Optional[azure.mgmt.batch.models._models_py3.VirtualMachineConfiguration] = None, **kwargs)

Variables

cloud_service_configuration
CloudServiceConfiguration

This property and virtualMachineConfiguration are mutually exclusive and one of the properties must be specified. This property cannot be specified if the Batch account was created with its poolAllocationMode property set to 'UserSubscription'.

virtual_machine_configuration
VirtualMachineConfiguration

This property and cloudServiceConfiguration are mutually exclusive and one of the properties must be specified.