Class DeploymentConfiguration
java.lang.Object
com.microsoft.azure.management.batch.DeploymentConfiguration
Deployment configuration properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet this property and virtualMachineConfiguration are mutually exclusive and one of the properties must be specified.Get this property and cloudServiceConfiguration are mutually exclusive and one of the properties must be specified.withCloudServiceConfiguration
(CloudServiceConfiguration cloudServiceConfiguration) Set this property and virtualMachineConfiguration are mutually exclusive and one of the properties must be specified.withVirtualMachineConfiguration
(VirtualMachineConfiguration virtualMachineConfiguration) Set this property and cloudServiceConfiguration are mutually exclusive and one of the properties must be specified.
-
Constructor Details
-
DeploymentConfiguration
public DeploymentConfiguration()
-
-
Method Details
-
cloudServiceConfiguration
Get 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'.- Returns:
- the cloudServiceConfiguration value
-
withCloudServiceConfiguration
public DeploymentConfiguration withCloudServiceConfiguration(CloudServiceConfiguration cloudServiceConfiguration) Set 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'.- Parameters:
cloudServiceConfiguration
- the cloudServiceConfiguration value to set- Returns:
- the DeploymentConfiguration object itself.
-
virtualMachineConfiguration
Get this property and cloudServiceConfiguration are mutually exclusive and one of the properties must be specified.- Returns:
- the virtualMachineConfiguration value
-
withVirtualMachineConfiguration
public DeploymentConfiguration withVirtualMachineConfiguration(VirtualMachineConfiguration virtualMachineConfiguration) Set this property and cloudServiceConfiguration are mutually exclusive and one of the properties must be specified.- Parameters:
virtualMachineConfiguration
- the virtualMachineConfiguration value to set- Returns:
- the DeploymentConfiguration object itself.
-