Interface ServiceUnitResource.UpdateStages.WithTargetResourceGroup

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

public static interface ServiceUnitResource.UpdateStages.WithTargetResourceGroup
The stage of the ServiceUnitResource update allowing to specify targetResourceGroup.
  • Method Summary

    Modifier and Type
    Method
    Description
    withTargetResourceGroup(String targetResourceGroup)
    Specifies the targetResourceGroup property: The Azure Resource Group to which the resources in the service unit belong to or should be deployed to..
  • Method Details

    • withTargetResourceGroup

      ServiceUnitResource.Update withTargetResourceGroup(String targetResourceGroup)
      Specifies the targetResourceGroup property: The Azure Resource Group to which the resources in the service unit belong to or should be deployed to..
      Parameters:
      targetResourceGroup - The Azure Resource Group to which the resources in the service unit belong to or should be deployed to.
      Returns:
      the next definition stage.