Interface Pool.UpdateStages.WithDeploymentConfiguration

All Known Subinterfaces:
Pool.Update
Enclosing interface:
Pool.UpdateStages

public static interface Pool.UpdateStages.WithDeploymentConfiguration
The stage of the Pool update allowing to specify deploymentConfiguration.
  • Method Details

    • withDeploymentConfiguration

      Pool.Update withDeploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
      Specifies the deploymentConfiguration property: Deployment configuration properties.

      Using CloudServiceConfiguration specifies that the nodes should be creating using Azure Cloud Services (PaaS), while VirtualMachineConfiguration uses Azure Virtual Machines (IaaS)..

      Parameters:
      deploymentConfiguration - Deployment configuration properties.

      Using CloudServiceConfiguration specifies that the nodes should be creating using Azure Cloud Services (PaaS), while VirtualMachineConfiguration uses Azure Virtual Machines (IaaS).

      Returns:
      the next definition stage.