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

CustomIPPrefixesOperationsExtensions 类

定义

CustomIPPrefixesOperations 的扩展方法。

public static class CustomIPPrefixesOperationsExtensions
type CustomIPPrefixesOperationsExtensions = class
Public Module CustomIPPrefixesOperationsExtensions
继承
CustomIPPrefixesOperationsExtensions

方法

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 前缀标记。

适用于