public final class CsmMoveResourceEnvelope extends Object
| Constructor and Description |
|---|
CsmMoveResourceEnvelope() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
resources()
Get the resources property: The resources property.
|
String |
targetResourceGroup()
Get the targetResourceGroup property: The targetResourceGroup property.
|
void |
validate()
Validates the instance.
|
CsmMoveResourceEnvelope |
withResources(List<String> resources)
Set the resources property: The resources property.
|
CsmMoveResourceEnvelope |
withTargetResourceGroup(String targetResourceGroup)
Set the targetResourceGroup property: The targetResourceGroup property.
|
public String targetResourceGroup()
public CsmMoveResourceEnvelope withTargetResourceGroup(String targetResourceGroup)
targetResourceGroup - the targetResourceGroup value to set.public List<String> resources()
public CsmMoveResourceEnvelope withResources(List<String> resources)
resources - the resources value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.