Interface ServiceResource.UpdateStages.WithTargetLocation

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

public static interface ServiceResource.UpdateStages.WithTargetLocation
The stage of the ServiceResource update allowing to specify targetLocation.
  • Method Summary

    Modifier and Type
    Method
    Description
    withTargetLocation(String targetLocation)
    Specifies the targetLocation property: The Azure location to which the resources in the service belong to or should be deployed to..
  • Method Details

    • withTargetLocation

      ServiceResource.Update withTargetLocation(String targetLocation)
      Specifies the targetLocation property: The Azure location to which the resources in the service belong to or should be deployed to..
      Parameters:
      targetLocation - The Azure location to which the resources in the service belong to or should be deployed to.
      Returns:
      the next definition stage.