你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IResourceGroupsOperations 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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, ResourceGroup, 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)
|
汇报资源组。
|
扩展方法
BeginDelete(IResourceGroupsOperations, String, String)
|
删除资源组。
|
BeginDeleteAsync(IResourceGroupsOperations, String, String, CancellationToken)
|
删除资源组。
|
BeginExportTemplate(IResourceGroupsOperations, String, ExportTemplateRequest)
|
将指定的资源组捕获为模板。
|
BeginExportTemplateAsync(IResourceGroupsOperations, String, ExportTemplateRequest, CancellationToken)
|
将指定的资源组捕获为模板。
|
CheckExistence(IResourceGroupsOperations, String)
|
检查资源组是否存在。
|
CheckExistenceAsync(IResourceGroupsOperations, String, CancellationToken)
|
检查资源组是否存在。
|
CreateOrUpdate(IResourceGroupsOperations, String, ResourceGroup)
|
创建或更新资源组。
|
CreateOrUpdateAsync(IResourceGroupsOperations, String, ResourceGroup, CancellationToken)
|
创建或更新资源组。
|
Delete(IResourceGroupsOperations, String, String)
|
删除资源组。
|
DeleteAsync(IResourceGroupsOperations, String, String, CancellationToken)
|
删除资源组。
|
ExportTemplate(IResourceGroupsOperations, String, ExportTemplateRequest)
|
将指定的资源组捕获为模板。
|
ExportTemplateAsync(IResourceGroupsOperations, String, ExportTemplateRequest, CancellationToken)
|
将指定的资源组捕获为模板。
|
Get(IResourceGroupsOperations, String)
|
获取资源组。
|
GetAsync(IResourceGroupsOperations, String, CancellationToken)
|
获取资源组。
|
List(IResourceGroupsOperations, ODataQuery<ResourceGroupFilter>)
|
获取订阅的所有资源组。
|
ListAsync(IResourceGroupsOperations, ODataQuery<ResourceGroupFilter>, CancellationToken)
|
获取订阅的所有资源组。
|
ListNext(IResourceGroupsOperations, String)
|
获取订阅的所有资源组。
|
ListNextAsync(IResourceGroupsOperations, String, CancellationToken)
|
获取订阅的所有资源组。
|
Update(IResourceGroupsOperations, String, ResourceGroupPatchable)
|
汇报资源组。
|
UpdateAsync(IResourceGroupsOperations, String, ResourceGroupPatchable, CancellationToken)
|
汇报资源组。
|
适用于