Class ResourcesMoveInfo

java.lang.Object
com.microsoft.azure.management.resources.ResourcesMoveInfo

public class ResourcesMoveInfo extends Object
Parameters of move resources.
  • Constructor Details

    • ResourcesMoveInfo

      public ResourcesMoveInfo()
  • Method Details

    • resources

      public List<String> resources()
      Get the IDs of the resources.
      Returns:
      the resources value
    • withResources

      public ResourcesMoveInfo withResources(List<String> resources)
      Set the IDs of the resources.
      Parameters:
      resources - the resources value to set
      Returns:
      the ResourcesMoveInfo object itself.
    • targetResourceGroup

      public String targetResourceGroup()
      Get the target resource group.
      Returns:
      the targetResourceGroup value
    • withTargetResourceGroup

      public ResourcesMoveInfo withTargetResourceGroup(String targetResourceGroup)
      Set the target resource group.
      Parameters:
      targetResourceGroup - the targetResourceGroup value to set
      Returns:
      the ResourcesMoveInfo object itself.