Interface ServiceUnitResource.UpdateStages.WithDeploymentMode

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

public static interface ServiceUnitResource.UpdateStages.WithDeploymentMode
The stage of the ServiceUnitResource update allowing to specify deploymentMode.
  • Method Details

    • withDeploymentMode

      ServiceUnitResource.Update withDeploymentMode(DeploymentMode deploymentMode)
      Specifies the deploymentMode property: Describes the type of ARM deployment to be performed on the resource..
      Parameters:
      deploymentMode - Describes the type of ARM deployment to be performed on the resource.
      Returns:
      the next definition stage.