Class CsmMoveResourceEnvelope
java.lang.Object
com.azure.resourcemanager.appservice.models.CsmMoveResourceEnvelope
Object with a list of the resources that need to be moved and the resource group they should be moved to.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of CsmMoveResourceEnvelope class. -
Method Summary
Modifier and TypeMethodDescriptionGet the resources property: The resources property.Get the targetResourceGroup property: The targetResourceGroup property.voidvalidate()Validates the instance.withResources(List<String> resources) Set the resources property: The resources property.withTargetResourceGroup(String targetResourceGroup) Set the targetResourceGroup property: The targetResourceGroup property.
-
Constructor Details
-
CsmMoveResourceEnvelope
public CsmMoveResourceEnvelope()Creates an instance of CsmMoveResourceEnvelope class.
-
-
Method Details
-
targetResourceGroup
Get the targetResourceGroup property: The targetResourceGroup property.- Returns:
- the targetResourceGroup value.
-
withTargetResourceGroup
Set the targetResourceGroup property: The targetResourceGroup property.- Parameters:
targetResourceGroup- the targetResourceGroup value to set.- Returns:
- the CsmMoveResourceEnvelope object itself.
-
resources
Get the resources property: The resources property.- Returns:
- the resources value.
-
withResources
Set the resources property: The resources property.- Parameters:
resources- the resources value to set.- Returns:
- the CsmMoveResourceEnvelope object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-