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

ICustomIPPrefixesOperations 接口

定义

CustomIPPrefixesOperations 操作。

public interface ICustomIPPrefixesOperations
type ICustomIPPrefixesOperations = interface
Public Interface ICustomIPPrefixesOperations

方法

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

创建或更新自定义 IP 前缀。

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

删除指定的自定义 IP 前缀。

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

创建或更新自定义 IP 前缀。

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

删除指定的自定义 IP 前缀。

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

获取指定资源组中的指定自定义 IP 前缀。

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

获取订阅中的所有自定义 IP 前缀。

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

获取订阅中的所有自定义 IP 前缀。

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

获取资源组中的所有自定义 IP 前缀。

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

获取资源组中的所有自定义 IP 前缀。

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

汇报自定义 IP 前缀标记。

扩展方法

BeginCreateOrUpdate(ICustomIPPrefixesOperations, String, String, CustomIpPrefix)

创建或更新自定义 IP 前缀。

BeginCreateOrUpdateAsync(ICustomIPPrefixesOperations, String, String, CustomIpPrefix, CancellationToken)

创建或更新自定义 IP 前缀。

BeginDelete(ICustomIPPrefixesOperations, String, String)

删除指定的自定义 IP 前缀。

BeginDeleteAsync(ICustomIPPrefixesOperations, String, String, CancellationToken)

删除指定的自定义 IP 前缀。

CreateOrUpdate(ICustomIPPrefixesOperations, String, String, CustomIpPrefix)

创建或更新自定义 IP 前缀。

CreateOrUpdateAsync(ICustomIPPrefixesOperations, String, String, CustomIpPrefix, CancellationToken)

创建或更新自定义 IP 前缀。

Delete(ICustomIPPrefixesOperations, String, String)

删除指定的自定义 IP 前缀。

DeleteAsync(ICustomIPPrefixesOperations, String, String, CancellationToken)

删除指定的自定义 IP 前缀。

Get(ICustomIPPrefixesOperations, String, String, String)

获取指定资源组中的指定自定义 IP 前缀。

GetAsync(ICustomIPPrefixesOperations, String, String, String, CancellationToken)

获取指定资源组中的指定自定义 IP 前缀。

List(ICustomIPPrefixesOperations, String)

获取资源组中的所有自定义 IP 前缀。

ListAll(ICustomIPPrefixesOperations)

获取订阅中的所有自定义 IP 前缀。

ListAllAsync(ICustomIPPrefixesOperations, CancellationToken)

获取订阅中的所有自定义 IP 前缀。

ListAllNext(ICustomIPPrefixesOperations, String)

获取订阅中的所有自定义 IP 前缀。

ListAllNextAsync(ICustomIPPrefixesOperations, String, CancellationToken)

获取订阅中的所有自定义 IP 前缀。

ListAsync(ICustomIPPrefixesOperations, String, CancellationToken)

获取资源组中的所有自定义 IP 前缀。

ListNext(ICustomIPPrefixesOperations, String)

获取资源组中的所有自定义 IP 前缀。

ListNextAsync(ICustomIPPrefixesOperations, String, CancellationToken)

获取资源组中的所有自定义 IP 前缀。

UpdateTags(ICustomIPPrefixesOperations, String, String, TagsObject)

汇报自定义 IP 前缀标记。

UpdateTagsAsync(ICustomIPPrefixesOperations, String, String, TagsObject, CancellationToken)

汇报自定义 IP 前缀标记。

适用于