IResourceGroupsOperations Interface

Definition

ResourceGroupsOperations operations.

public interface IResourceGroupsOperations
type IResourceGroupsOperations = interface
Public Interface IResourceGroupsOperations

Methods

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

Deletes a resource group.

BeginExportTemplateWithHttpMessagesAsync(String, ExportTemplateRequest, Dictionary<String,List<String>>, CancellationToken)

Captures the specified resource group as a template.

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

Checks whether a resource group exists.

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

Creates or updates a resource group.

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

Deletes a resource group.

ExportTemplateWithHttpMessagesAsync(String, ExportTemplateRequest, Dictionary<String,List<String>>, CancellationToken)

Captures the specified resource group as a template.

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

Gets a resource group.

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

Gets all the resource groups for a subscription.

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

Gets all the resource groups for a subscription.

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

Updates a resource group.

Extension Methods

BeginDeleteAsync(IResourceGroupsOperations, String, String, CancellationToken)

Deletes a resource group.

BeginExportTemplateAsync(IResourceGroupsOperations, String, ExportTemplateRequest, CancellationToken)

Captures the specified resource group as a template.

CheckExistenceAsync(IResourceGroupsOperations, String, CancellationToken)

Checks whether a resource group exists.

CreateOrUpdateAsync(IResourceGroupsOperations, String, ResourceGroupInner, CancellationToken)

Creates or updates a resource group.

DeleteAsync(IResourceGroupsOperations, String, String, CancellationToken)

Deletes a resource group.

ExportTemplateAsync(IResourceGroupsOperations, String, ExportTemplateRequest, CancellationToken)

Captures the specified resource group as a template.

GetAsync(IResourceGroupsOperations, String, CancellationToken)

Gets a resource group.

ListAsync(IResourceGroupsOperations, ODataQuery<ResourceGroupFilter>, CancellationToken)

Gets all the resource groups for a subscription.

ListNextAsync(IResourceGroupsOperations, String, CancellationToken)

Gets all the resource groups for a subscription.

UpdateAsync(IResourceGroupsOperations, String, ResourceGroupPatchable, CancellationToken)

Updates a resource group.

Applies to