IResourceGroupsOperations Interface
Definition
ResourceGroupsOperations operations.
In this article
public interface IResourceGroupsOperations
type IResourceGroupsOperations = interface
Public Interface IResourceGroupsOperations
Methods
BeginDeleteWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
Delete resource group.
CheckExistenceWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
Checks whether resource group exists.
CreateOrUpdateWithHttpMessagesAsync(String, ResourceGroupInner, Dictionary<String,List<String>>, CancellationToken)
Create a resource group.
DeleteWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
Delete resource group.
ExportTemplateWithHttpMessagesAsync(String, ExportTemplateRequestInner, Dictionary<String,List<String>>, CancellationToken)
Captures the specified resource group as a template.
GetWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
Get a resource group.
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
Gets a collection of resource groups.
ListResourcesNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
Get all of the resources under a subscription.
ListResourcesWithHttpMessagesAsync(String, ODataQuery<GenericResourceFilterInner>, Dictionary<String,List<String>>, CancellationToken)
Get all of the resources under a subscription.
ListWithHttpMessagesAsync(ODataQuery<ResourceGroupFilterInner>, Dictionary<String,List<String>>, CancellationToken)
Gets a collection of resource groups.
PatchWithHttpMessagesAsync(String, ResourceGroupInner, Dictionary<String,List<String>>, CancellationToken)
Resource groups can be updated through a simple PATCH operation to
a group address. The format of the request is the same as that for
creating a resource groups, though if a field is unspecified
current value will be carried over.
Extension Methods
BeginDeleteAsync(IResourceGroupsOperations, String, CancellationToken)
Delete resource group.
CheckExistenceAsync(IResourceGroupsOperations, String, CancellationToken)
Checks whether resource group exists.
CreateOrUpdateAsync(IResourceGroupsOperations, String, ResourceGroupInner, CancellationToken)
Create a resource group.
DeleteAsync(IResourceGroupsOperations, String, CancellationToken)
Delete resource group.
ExportTemplateAsync(IResourceGroupsOperations, String, ExportTemplateRequestInner, CancellationToken)
Captures the specified resource group as a template.
GetAsync(IResourceGroupsOperations, String, CancellationToken)
Get a resource group.
ListAsync(IResourceGroupsOperations, ODataQuery<ResourceGroupFilterInner>, CancellationToken)
Gets a collection of resource groups.
ListNextAsync(IResourceGroupsOperations, String, CancellationToken)
Gets a collection of resource groups.
ListResourcesAsync(IResourceGroupsOperations, String, ODataQuery<GenericResourceFilterInner>, CancellationToken)
Get all of the resources under a subscription.
ListResourcesNextAsync(IResourceGroupsOperations, String, CancellationToken)
Get all of the resources under a subscription.
PatchAsync(IResourceGroupsOperations, String, ResourceGroupInner, CancellationToken)
Resource groups can be updated through a simple PATCH operation to a group
address. The format of the request is the same as that for creating a
resource groups, though if a field is unspecified current value will be
carried over.
Applies to