public class ResourcesMoveInfo extends Object
| Constructor and Description |
|---|
ResourcesMoveInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
resources()
Get the IDs of the resources.
|
String |
targetResourceGroup()
Get the target resource group.
|
ResourcesMoveInfo |
withResources(List<String> resources)
Set the IDs of the resources.
|
ResourcesMoveInfo |
withTargetResourceGroup(String targetResourceGroup)
Set the target resource group.
|
public List<String> resources()
public ResourcesMoveInfo withResources(List<String> resources)
resources - the resources value to setpublic String targetResourceGroup()
public ResourcesMoveInfo withTargetResourceGroup(String targetResourceGroup)
targetResourceGroup - the targetResourceGroup value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/