BulkRemoveRequest Class
- java.
lang. Object - com.
microsoft. azure. management. resourcemover. v2021_01_01.BulkRemoveRequest
- com.
public class BulkRemoveRequest
Defines the request body for bulk remove of move resources operation.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| BulkRemoveRequest() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Move |
moveResourceInputType()
Get possible values include: 'Move |
| java.util.List<java.lang.String> |
moveResources()
Get gets or sets the list of resource Id's, by default it accepts move resource id's unless the input type is switched via move |
| java.lang.Boolean |
validateOnly()
Get gets or sets a value indicating whether the operation needs to only run pre-requisite. |
|
Bulk |
withMoveResourceInputType(MoveResourceInputType moveResourceInputType)
Set possible values include: 'Move |
|
Bulk |
withMoveResources(List<String> moveResources)
Set gets or sets the list of resource Id's, by default it accepts move resource id's unless the input type is switched via move |
|
Bulk |
withValidateOnly(Boolean validateOnly)
Set gets or sets a value indicating whether the operation needs to only run pre-requisite. |
Methods inherited from java.lang.Object
Constructor Details
BulkRemoveRequest
public BulkRemoveRequest()
Method Details
moveResourceInputType
public MoveResourceInputType moveResourceInputType()
Get possible values include: 'MoveResourceId', 'MoveResourceSourceId'.
Returns:
moveResources
public List<String> moveResources()
Get gets or sets the list of resource Id's, by default it accepts move resource id's unless the input type is switched via moveResourceInputType property.
Returns:
validateOnly
public Boolean validateOnly()
Get gets or sets a value indicating whether the operation needs to only run pre-requisite.
Returns:
withMoveResourceInputType
public BulkRemoveRequest withMoveResourceInputType(MoveResourceInputType moveResourceInputType)
Set possible values include: 'MoveResourceId', 'MoveResourceSourceId'.
Parameters:
Returns:
withMoveResources
public BulkRemoveRequest withMoveResources(List<String> moveResources)
Set gets or sets the list of resource Id's, by default it accepts move resource id's unless the input type is switched via moveResourceInputType property.
Parameters:
Returns:
withValidateOnly
public BulkRemoveRequest withValidateOnly(Boolean validateOnly)
Set gets or sets a value indicating whether the operation needs to only run pre-requisite.
Parameters:
Returns: