IResourcesOperations Interface

Definition

ResourcesOperations operations.

public interface IResourcesOperations
type IResourcesOperations = interface
Public Interface IResourcesOperations

Methods

BeginCreateOrUpdateByIdWithHttpMessagesAsync(String, String, GenericResourceInner, Dictionary<String,List<String>>, CancellationToken)

Create a resource by ID.

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, String, String, String, GenericResourceInner, Dictionary<String, List<String>>, CancellationToken)

Creates a resource.

BeginDeleteByIdWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a resource by ID.

BeginDeleteWithHttpMessagesAsync(String, String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a resource.

BeginMoveResourcesWithHttpMessagesAsync(String, ResourcesMoveInfo, Dictionary<String,List<String>>, CancellationToken)

Moves resources from one resource group to another resource group.

BeginUpdateByIdWithHttpMessagesAsync(String, String, GenericResourceInner, Dictionary<String,List<String>>, CancellationToken)

Updates a resource by ID.

BeginUpdateWithHttpMessagesAsync(String, String, String, String, String, String, GenericResourceInner, Dictionary<String,List<String>>, CancellationToken)

Updates a resource.

BeginValidateMoveResourcesWithHttpMessagesAsync(String, ResourcesMoveInfo, Dictionary<String,List<String>>, CancellationToken)

Validates whether resources can be moved from one resource group to another resource group.

CheckExistenceByIdWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Checks by ID whether a resource exists.

CheckExistenceWithHttpMessagesAsync(String, String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Checks whether a resource exists.

CreateOrUpdateByIdWithHttpMessagesAsync(String, String, GenericResourceInner, Dictionary<String,List<String>>, CancellationToken)

Create a resource by ID.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, String, String, GenericResourceInner, Dictionary<String,List<String>>, CancellationToken)

Creates a resource.

DeleteByIdWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a resource by ID.

DeleteWithHttpMessagesAsync(String, String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes a resource.

GetByIdWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a resource by ID.

GetWithHttpMessagesAsync(String, String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets a resource.

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get all the resources for a resource group.

ListByResourceGroupWithHttpMessagesAsync(String, ODataQuery<GenericResourceFilter>, Dictionary<String,List<String>>, CancellationToken)

Get all the resources for a resource group.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get all the resources in a subscription.

ListWithHttpMessagesAsync(ODataQuery<GenericResourceFilter>, Dictionary<String,List<String>>, CancellationToken)

Get all the resources in a subscription.

MoveResourcesWithHttpMessagesAsync(String, ResourcesMoveInfo, Dictionary<String,List<String>>, CancellationToken)

Moves resources from one resource group to another resource group.

UpdateByIdWithHttpMessagesAsync(String, String, GenericResourceInner, Dictionary<String,List<String>>, CancellationToken)

Updates a resource by ID.

UpdateWithHttpMessagesAsync(String, String, String, String, String, String, GenericResourceInner, Dictionary<String,List<String>>, CancellationToken)

Updates a resource.

ValidateMoveResourcesWithHttpMessagesAsync(String, ResourcesMoveInfo, Dictionary<String,List<String>>, CancellationToken)

Validates whether resources can be moved from one resource group to another resource group.

Extension Methods

BeginCreateOrUpdateAsync(IResourcesOperations, String, String, String, String, String, String, GenericResourceInner, CancellationToken)

Creates a resource.

BeginCreateOrUpdateByIdAsync(IResourcesOperations, String, String, GenericResourceInner, CancellationToken)

Create a resource by ID.

BeginDeleteAsync(IResourcesOperations, String, String, String, String, String, String, CancellationToken)

Deletes a resource.

BeginDeleteByIdAsync(IResourcesOperations, String, String, CancellationToken)

Deletes a resource by ID.

BeginMoveResourcesAsync(IResourcesOperations, String, ResourcesMoveInfo, CancellationToken)

Moves resources from one resource group to another resource group.

BeginUpdateAsync(IResourcesOperations, String, String, String, String, String, String, GenericResourceInner, CancellationToken)

Updates a resource.

BeginUpdateByIdAsync(IResourcesOperations, String, String, GenericResourceInner, CancellationToken)

Updates a resource by ID.

BeginValidateMoveResourcesAsync(IResourcesOperations, String, ResourcesMoveInfo, CancellationToken)

Validates whether resources can be moved from one resource group to another resource group.

CheckExistenceAsync(IResourcesOperations, String, String, String, String, String, String, CancellationToken)

Checks whether a resource exists.

CheckExistenceByIdAsync(IResourcesOperations, String, String, CancellationToken)

Checks by ID whether a resource exists.

CreateOrUpdateAsync(IResourcesOperations, String, String, String, String, String, String, GenericResourceInner, CancellationToken)

Creates a resource.

CreateOrUpdateByIdAsync(IResourcesOperations, String, String, GenericResourceInner, CancellationToken)

Create a resource by ID.

DeleteAsync(IResourcesOperations, String, String, String, String, String, String, CancellationToken)

Deletes a resource.

DeleteByIdAsync(IResourcesOperations, String, String, CancellationToken)

Deletes a resource by ID.

GetAsync(IResourcesOperations, String, String, String, String, String, String, CancellationToken)

Gets a resource.

GetByIdAsync(IResourcesOperations, String, String, CancellationToken)

Gets a resource by ID.

ListAsync(IResourcesOperations, ODataQuery<GenericResourceFilter>, CancellationToken)

Get all the resources in a subscription.

ListByResourceGroupAsync(IResourcesOperations, String, ODataQuery<GenericResourceFilter>, CancellationToken)

Get all the resources for a resource group.

ListByResourceGroupNextAsync(IResourcesOperations, String, CancellationToken)

Get all the resources for a resource group.

ListNextAsync(IResourcesOperations, String, CancellationToken)

Get all the resources in a subscription.

MoveResourcesAsync(IResourcesOperations, String, ResourcesMoveInfo, CancellationToken)

Moves resources from one resource group to another resource group.

UpdateAsync(IResourcesOperations, String, String, String, String, String, String, GenericResourceInner, CancellationToken)

Updates a resource.

UpdateByIdAsync(IResourcesOperations, String, String, GenericResourceInner, CancellationToken)

Updates a resource by ID.

ValidateMoveResourcesAsync(IResourcesOperations, String, ResourcesMoveInfo, CancellationToken)

Validates whether resources can be moved from one resource group to another resource group.

Applies to