ResourcesOperationsExtensions Class

Definition

Extension methods for ResourcesOperations.

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

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