IResourcesOperations Interface

Definition

ResourcesOperations operations.

public interface IResourcesOperations
type IResourcesOperations = interface
Public Interface IResourcesOperations

Methods

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

Create a resource by ID.

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, String, String, String, GenericResource, 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, GenericResource, Dictionary<String,List<String>>, CancellationToken)

Updates a resource by ID.

BeginUpdateWithHttpMessagesAsync(String, String, String, String, String, String, GenericResource, 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, GenericResource, Dictionary<String,List<String>>, CancellationToken)

Create a resource by ID.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, String, String, GenericResource, 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, GenericResource, Dictionary<String,List<String>>, CancellationToken)

Updates a resource by ID.

UpdateWithHttpMessagesAsync(String, String, String, String, String, String, GenericResource, 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

BeginCreateOrUpdate(IResourcesOperations, String, String, String, String, String, String, GenericResource)

Creates a resource.

BeginCreateOrUpdateAsync(IResourcesOperations, String, String, String, String, String, String, GenericResource, CancellationToken)

Creates a resource.

BeginCreateOrUpdateById(IResourcesOperations, String, String, GenericResource)

Create a resource by ID.

BeginCreateOrUpdateByIdAsync(IResourcesOperations, String, String, GenericResource, CancellationToken)

Create a resource by ID.

BeginDelete(IResourcesOperations, String, String, String, String, String, String)

Deletes a resource.

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

Deletes a resource.

BeginDeleteById(IResourcesOperations, String, String)

Deletes a resource by ID.

BeginDeleteByIdAsync(IResourcesOperations, String, String, CancellationToken)

Deletes a resource by ID.

BeginMoveResources(IResourcesOperations, String, ResourcesMoveInfo)

Moves resources from one resource group to another resource group.

BeginMoveResourcesAsync(IResourcesOperations, String, ResourcesMoveInfo, CancellationToken)

Moves resources from one resource group to another resource group.

BeginUpdate(IResourcesOperations, String, String, String, String, String, String, GenericResource)

Updates a resource.

BeginUpdateAsync(IResourcesOperations, String, String, String, String, String, String, GenericResource, CancellationToken)

Updates a resource.

BeginUpdateById(IResourcesOperations, String, String, GenericResource)

Updates a resource by ID.

BeginUpdateByIdAsync(IResourcesOperations, String, String, GenericResource, CancellationToken)

Updates a resource by ID.

BeginValidateMoveResources(IResourcesOperations, String, ResourcesMoveInfo)

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

BeginValidateMoveResourcesAsync(IResourcesOperations, String, ResourcesMoveInfo, CancellationToken)

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

CheckExistence(IResourcesOperations, String, String, String, String, String, String)

Checks whether a resource exists.

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

Checks whether a resource exists.

CheckExistenceById(IResourcesOperations, String, String)

Checks by ID whether a resource exists.

CheckExistenceByIdAsync(IResourcesOperations, String, String, CancellationToken)

Checks by ID whether a resource exists.

CreateOrUpdate(IResourcesOperations, String, String, String, String, String, String, GenericResource)

Creates a resource.

CreateOrUpdateAsync(IResourcesOperations, String, String, String, String, String, String, GenericResource, CancellationToken)

Creates a resource.

CreateOrUpdateById(IResourcesOperations, String, String, GenericResource)

Create a resource by ID.

CreateOrUpdateByIdAsync(IResourcesOperations, String, String, GenericResource, CancellationToken)

Create a resource by ID.

Delete(IResourcesOperations, String, String, String, String, String, String)

Deletes a resource.

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

Deletes a resource.

DeleteById(IResourcesOperations, String, String)

Deletes a resource by ID.

DeleteByIdAsync(IResourcesOperations, String, String, CancellationToken)

Deletes a resource by ID.

Get(IResourcesOperations, String, String, String, String, String, String)

Gets a resource.

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

Gets a resource.

GetById(IResourcesOperations, String, String)

Gets a resource by ID.

GetByIdAsync(IResourcesOperations, String, String, CancellationToken)

Gets a resource by ID.

List(IResourcesOperations, ODataQuery<GenericResourceFilter>)

Get all the resources in a subscription.

ListAsync(IResourcesOperations, ODataQuery<GenericResourceFilter>, CancellationToken)

Get all the resources in a subscription.

ListByResourceGroup(IResourcesOperations, String, ODataQuery<GenericResourceFilter>)

Get all the resources for a resource group.

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

Get all the resources for a resource group.

ListByResourceGroupNext(IResourcesOperations, String)

Get all the resources for a resource group.

ListByResourceGroupNextAsync(IResourcesOperations, String, CancellationToken)

Get all the resources for a resource group.

ListNext(IResourcesOperations, String)

Get all the resources in a subscription.

ListNextAsync(IResourcesOperations, String, CancellationToken)

Get all the resources in a subscription.

MoveResources(IResourcesOperations, String, ResourcesMoveInfo)

Moves resources from one resource group to another resource group.

MoveResourcesAsync(IResourcesOperations, String, ResourcesMoveInfo, CancellationToken)

Moves resources from one resource group to another resource group.

Update(IResourcesOperations, String, String, String, String, String, String, GenericResource)

Updates a resource.

UpdateAsync(IResourcesOperations, String, String, String, String, String, String, GenericResource, CancellationToken)

Updates a resource.

UpdateById(IResourcesOperations, String, String, GenericResource)

Updates a resource by ID.

UpdateByIdAsync(IResourcesOperations, String, String, GenericResource, CancellationToken)

Updates a resource by ID.

ValidateMoveResources(IResourcesOperations, String, ResourcesMoveInfo)

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

ValidateMoveResourcesAsync(IResourcesOperations, String, ResourcesMoveInfo, CancellationToken)

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

Applies to