MoveResources Interface
public interface MoveResources
Resource collection API of MoveResources.
Method Summary
Method Details
define
public abstract MoveResource.DefinitionStages.Blank define(String name)
Begins definition for a new MoveResource resource.
Parameters:
Returns:
delete
public abstract OperationStatus delete(String resourceGroupName, String moveCollectionName, String moveResourceName)
Deletes a Move Resource from the move collection.
Parameters:
Returns:
delete
public abstract OperationStatus delete(String resourceGroupName, String moveCollectionName, String moveResourceName, Context context)
Deletes a Move Resource from the move collection.
Parameters:
Returns:
deleteById
public abstract OperationStatus deleteById(String id)
Deletes a Move Resource from the move collection.
Parameters:
Returns:
deleteByIdWithResponse
public abstract OperationStatus deleteByIdWithResponse(String id, Context context)
Deletes a Move Resource from the move collection.
Parameters:
Returns:
get
public abstract MoveResource get(String resourceGroupName, String moveCollectionName, String moveResourceName)
Gets the Move Resource.
Parameters:
Returns:
getById
public abstract MoveResource getById(String id)
Gets the Move Resource.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<MoveResource> getByIdWithResponse(String id, Context context)
Gets the Move Resource.
Parameters:
Returns:
getWithResponse
public abstract Response<MoveResource> getWithResponse(String resourceGroupName, String moveCollectionName, String moveResourceName, Context context)
Gets the Move Resource.
Parameters:
Returns:
list
public abstract PagedIterable<MoveResource> list(String resourceGroupName, String moveCollectionName)
Lists the Move Resources in the move collection.
Parameters:
Returns:
list
public abstract PagedIterable<MoveResource> list(String resourceGroupName, String moveCollectionName, String filter, Context context)
Lists the Move Resources in the move collection.
Parameters:
Returns: