public final class ResourcesMoveInfo extends Object
| Constructor and Description |
|---|
ResourcesMoveInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
resources()
Get the resources property: The IDs of the resources.
|
String |
targetResourceGroup()
Get the targetResourceGroup property: The target resource group.
|
void |
validate()
Validates the instance.
|
ResourcesMoveInfo |
withResources(List<String> resources)
Set the resources property: The IDs of the resources.
|
ResourcesMoveInfo |
withTargetResourceGroup(String targetResourceGroup)
Set the targetResourceGroup property: The target resource group.
|
public List<String> resources()
public ResourcesMoveInfo withResources(List<String> resources)
resources - the resources value to set.public String targetResourceGroup()
public ResourcesMoveInfo withTargetResourceGroup(String targetResourceGroup)
targetResourceGroup - the targetResourceGroup value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.