Class DeploymentConfiguration

java.lang.Object
com.microsoft.azure.management.batch.DeploymentConfiguration

public class DeploymentConfiguration extends Object
Deployment configuration properties.
  • Constructor Details

    • DeploymentConfiguration

      public DeploymentConfiguration()
  • Method Details

    • cloudServiceConfiguration

      public CloudServiceConfiguration 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

      public VirtualMachineConfiguration 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.