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

PublicIPPrefixesOperationsExtensions 类

定义

PublicIPPrefixesOperations 的扩展方法。

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

方法

BeginCreateOrUpdate(IPublicIPPrefixesOperations, String, String, PublicIPPrefix)

创建或更新静态或动态公共 IP 前缀。

BeginCreateOrUpdateAsync(IPublicIPPrefixesOperations, String, String, PublicIPPrefix, CancellationToken)

创建或更新静态或动态公共 IP 前缀。

BeginDelete(IPublicIPPrefixesOperations, String, String)

删除指定的公共 IP 前缀。

BeginDeleteAsync(IPublicIPPrefixesOperations, String, String, CancellationToken)

删除指定的公共 IP 前缀。

CreateOrUpdate(IPublicIPPrefixesOperations, String, String, PublicIPPrefix)

创建或更新静态或动态公共 IP 前缀。

CreateOrUpdateAsync(IPublicIPPrefixesOperations, String, String, PublicIPPrefix, CancellationToken)

创建或更新静态或动态公共 IP 前缀。

Delete(IPublicIPPrefixesOperations, String, String)

删除指定的公共 IP 前缀。

DeleteAsync(IPublicIPPrefixesOperations, String, String, CancellationToken)

删除指定的公共 IP 前缀。

Get(IPublicIPPrefixesOperations, String, String, String)

获取指定资源组中的指定公共 IP 前缀。

GetAsync(IPublicIPPrefixesOperations, String, String, String, CancellationToken)

获取指定资源组中的指定公共 IP 前缀。

List(IPublicIPPrefixesOperations, String)

获取资源组中的所有公共 IP 前缀。

ListAll(IPublicIPPrefixesOperations)

获取订阅中的所有公共 IP 前缀。

ListAllAsync(IPublicIPPrefixesOperations, CancellationToken)

获取订阅中的所有公共 IP 前缀。

ListAllNext(IPublicIPPrefixesOperations, String)

获取订阅中的所有公共 IP 前缀。

ListAllNextAsync(IPublicIPPrefixesOperations, String, CancellationToken)

获取订阅中的所有公共 IP 前缀。

ListAsync(IPublicIPPrefixesOperations, String, CancellationToken)

获取资源组中的所有公共 IP 前缀。

ListNext(IPublicIPPrefixesOperations, String)

获取资源组中的所有公共 IP 前缀。

ListNextAsync(IPublicIPPrefixesOperations, String, CancellationToken)

获取资源组中的所有公共 IP 前缀。

UpdateTags(IPublicIPPrefixesOperations, String, String, TagsObject)

汇报公共 IP 前缀标记。

UpdateTagsAsync(IPublicIPPrefixesOperations, String, String, TagsObject, CancellationToken)

汇报公共 IP 前缀标记。

适用于