Class ResourcesMoveInfo
java.lang.Object
com.microsoft.azure.management.resources.ResourcesMoveInfo
Parameters of move resources.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the IDs of the resources.Get the target resource group.withResources
(List<String> resources) Set the IDs of the resources.withTargetResourceGroup
(String targetResourceGroup) Set the target resource group.
-
Constructor Details
-
ResourcesMoveInfo
public ResourcesMoveInfo()
-
-
Method Details
-
resources
Get the IDs of the resources.- Returns:
- the resources value
-
withResources
Set the IDs of the resources.- Parameters:
resources
- the resources value to set- Returns:
- the ResourcesMoveInfo object itself.
-
targetResourceGroup
Get the target resource group.- Returns:
- the targetResourceGroup value
-
withTargetResourceGroup
Set the target resource group.- Parameters:
targetResourceGroup
- the targetResourceGroup value to set- Returns:
- the ResourcesMoveInfo object itself.
-