Class CsmMoveResourceEnvelope
- java.lang.Object
-
- com.microsoft.azure.management.appservice.CsmMoveResourceEnvelope
-
public class CsmMoveResourceEnvelope extends Object
Object with a list of the resources that need to be moved and the resource group they should be moved to.
-
-
Constructor Summary
Constructors Constructor Description CsmMoveResourceEnvelope()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>resources()Get the resources value.StringtargetResourceGroup()Get the targetResourceGroup value.CsmMoveResourceEnvelopewithResources(List<String> resources)Set the resources value.CsmMoveResourceEnvelopewithTargetResourceGroup(String targetResourceGroup)Set the targetResourceGroup value.
-
-
-
Method Detail
-
targetResourceGroup
public String targetResourceGroup()
Get the targetResourceGroup value.- Returns:
- the targetResourceGroup value
-
withTargetResourceGroup
public CsmMoveResourceEnvelope withTargetResourceGroup(String targetResourceGroup)
Set the targetResourceGroup value.- Parameters:
targetResourceGroup- the targetResourceGroup value to set- Returns:
- the CsmMoveResourceEnvelope object itself.
-
withResources
public CsmMoveResourceEnvelope withResources(List<String> resources)
Set the resources value.- Parameters:
resources- the resources value to set- Returns:
- the CsmMoveResourceEnvelope object itself.
-
-