Class CsmMoveResourceEnvelope
java.lang.Object
com.microsoft.azure.management.appservice.CsmMoveResourceEnvelope
Object with a list of the resources that need to be moved and the resource
group they should be moved to.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the resources value.Get the targetResourceGroup value.withResources
(List<String> resources) Set the resources value.withTargetResourceGroup
(String targetResourceGroup) Set the targetResourceGroup value.
-
Constructor Details
-
CsmMoveResourceEnvelope
public CsmMoveResourceEnvelope()
-
-
Method Details
-
targetResourceGroup
Get the targetResourceGroup value.- Returns:
- the targetResourceGroup value
-
withTargetResourceGroup
Set the targetResourceGroup value.- Parameters:
targetResourceGroup
- the targetResourceGroup value to set- Returns:
- the CsmMoveResourceEnvelope object itself.
-
resources
Get the resources value.- Returns:
- the resources value
-
withResources
Set the resources value.- Parameters:
resources
- the resources value to set- Returns:
- the CsmMoveResourceEnvelope object itself.
-