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

IIpGroupsOperations 接口

定义

IpGroupsOperations 操作。

public interface IIpGroupsOperations
type IIpGroupsOperations = interface
Public Interface IIpGroupsOperations

方法

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, IpGroup, Dictionary<String,List<String>>, CancellationToken)

在指定的资源组中创建或更新 ipGroup。

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

删除指定的 ipGroup。

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

在指定的资源组中创建或更新 ipGroup。

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

删除指定的 ipGroup。

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

获取指定的 ipGroup。

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

获取资源组中的所有 IpGroup。

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

获取资源组中的所有 IpGroup。

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

获取订阅中的所有 IpGroup。

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

获取订阅中的所有 IpGroup。

UpdateGroupsWithHttpMessagesAsync(String, String, TagsObject, Dictionary<String,List<String>>, CancellationToken)

汇报 IpGroups 资源的标记。

扩展方法

BeginCreateOrUpdate(IIpGroupsOperations, String, String, IpGroup)

在指定的资源组中创建或更新 ipGroup。

BeginCreateOrUpdateAsync(IIpGroupsOperations, String, String, IpGroup, CancellationToken)

在指定的资源组中创建或更新 ipGroup。

BeginDelete(IIpGroupsOperations, String, String)

删除指定的 ipGroup。

BeginDeleteAsync(IIpGroupsOperations, String, String, CancellationToken)

删除指定的 ipGroup。

CreateOrUpdate(IIpGroupsOperations, String, String, IpGroup)

在指定的资源组中创建或更新 ipGroup。

CreateOrUpdateAsync(IIpGroupsOperations, String, String, IpGroup, CancellationToken)

在指定的资源组中创建或更新 ipGroup。

Delete(IIpGroupsOperations, String, String)

删除指定的 ipGroup。

DeleteAsync(IIpGroupsOperations, String, String, CancellationToken)

删除指定的 ipGroup。

Get(IIpGroupsOperations, String, String, String)

获取指定的 ipGroup。

GetAsync(IIpGroupsOperations, String, String, String, CancellationToken)

获取指定的 ipGroup。

List(IIpGroupsOperations)

获取订阅中的所有 IpGroup。

ListAsync(IIpGroupsOperations, CancellationToken)

获取订阅中的所有 IpGroup。

ListByResourceGroup(IIpGroupsOperations, String)

获取资源组中的所有 IpGroup。

ListByResourceGroupAsync(IIpGroupsOperations, String, CancellationToken)

获取资源组中的所有 IpGroup。

ListByResourceGroupNext(IIpGroupsOperations, String)

获取资源组中的所有 IpGroup。

ListByResourceGroupNextAsync(IIpGroupsOperations, String, CancellationToken)

获取资源组中的所有 IpGroup。

ListNext(IIpGroupsOperations, String)

获取订阅中的所有 IpGroup。

ListNextAsync(IIpGroupsOperations, String, CancellationToken)

获取订阅中的所有 IpGroup。

UpdateGroups(IIpGroupsOperations, String, String, TagsObject)

汇报 IpGroups 资源的标记。

UpdateGroupsAsync(IIpGroupsOperations, String, String, TagsObject, CancellationToken)

汇报 IpGroups 资源的标记。

适用于