你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IResourceGroupsOperations 接口

定义

ResourceGroupsOperations 操作。

public interface IResourceGroupsOperations
type IResourceGroupsOperations = interface
Public Interface IResourceGroupsOperations

方法

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

删除资源组。

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

将指定的资源组捕获为模板。

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

检查资源组是否存在。

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

创建或更新资源组。

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

删除资源组。

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

将指定的资源组捕获为模板。

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

获取资源组。

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

获取订阅的所有资源组。

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

获取订阅的所有资源组。

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

汇报资源组。

扩展方法

BeginDeleteAsync(IResourceGroupsOperations, String, String, CancellationToken)

删除资源组。

BeginExportTemplateAsync(IResourceGroupsOperations, String, ExportTemplateRequest, CancellationToken)

将指定的资源组捕获为模板。

CheckExistenceAsync(IResourceGroupsOperations, String, CancellationToken)

检查资源组是否存在。

CreateOrUpdateAsync(IResourceGroupsOperations, String, ResourceGroupInner, CancellationToken)

创建或更新资源组。

DeleteAsync(IResourceGroupsOperations, String, String, CancellationToken)

删除资源组。

ExportTemplateAsync(IResourceGroupsOperations, String, ExportTemplateRequest, CancellationToken)

将指定的资源组捕获为模板。

GetAsync(IResourceGroupsOperations, String, CancellationToken)

获取资源组。

ListAsync(IResourceGroupsOperations, ODataQuery<ResourceGroupFilter>, CancellationToken)

获取订阅的所有资源组。

ListNextAsync(IResourceGroupsOperations, String, CancellationToken)

获取订阅的所有资源组。

UpdateAsync(IResourceGroupsOperations, String, ResourceGroupPatchable, CancellationToken)

汇报资源组。

适用于