ResourcesOperationsExtensions Class

Definition

Extension methods for ResourcesOperations.

public static class ResourcesOperationsExtensions
type ResourcesOperationsExtensions = class
Public Module ResourcesOperationsExtensions
Inheritance
ResourcesOperationsExtensions

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