MoveResources Interface
Implements
public interface MoveResources
extends com.microsoft.azure.arm.collection.SupportsCreating<Blank>, com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.resourcemover.v2021_01_01.implementation.MoveResourcesInner>
Type representing MoveResources.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract rx.Completable |
deleteAsync(String resourceGroupName, String moveCollectionName, String moveResourceName)
Deletes a Move Resource from the move collection. |
|
abstract
rx.Observable<Move |
getAsync(String resourceGroupName, String moveCollectionName, String moveResourceName)
Gets the Move Resource. |
|
abstract
rx.Observable<Move |
listAsync(String resourceGroupName, String moveCollectionName)
Lists the Move Resources in the move collection. |
Method Details
deleteAsync
public abstract Completable deleteAsync(String resourceGroupName, String moveCollectionName, String moveResourceName)
Deletes a Move Resource from the move collection.
Parameters:
Returns:
getAsync
public abstract Observable<MoveResource> getAsync(String resourceGroupName, String moveCollectionName, String moveResourceName)
Gets the Move Resource.
Parameters:
Returns:
listAsync
public abstract Observable<MoveResource> listAsync(String resourceGroupName, String moveCollectionName)
Lists the Move Resources in the move collection.
Parameters:
Returns: