IResourceOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Operations for managing resources.
public interface IResourceOperations
type IResourceOperations = interface
Public Interface IResourceOperations
Methods
BeginMovingAsync(String, ResourcesMoveInfo, CancellationToken) |
Begin moving resources.To determine whether the operation has finished processing the request, call GetLongRunningOperationStatus. |
CheckExistenceAsync(String, ResourceIdentity, CancellationToken) |
Checks whether resource exists. |
CreateOrUpdateAsync(String, ResourceIdentity, GenericResource, CancellationToken) |
Create a resource. |
DeleteAsync(String, ResourceIdentity, CancellationToken) |
Delete resource and all of its resources. |
GetAsync(String, ResourceIdentity, CancellationToken) |
Returns a resource belonging to a resource group. |
ListAsync(ResourceListParameters, CancellationToken) |
Get all of the resources under a subscription. |
ListNextAsync(String, CancellationToken) |
Get a list of deployments. |
MoveResourcesAsync(String, ResourcesMoveInfo, CancellationToken) |
Move resources within or across subscriptions. |
Extension Methods
Applies to
Azure SDK for .NET