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

IPublicIPPrefixesOperations 接口

定义

PublicIPPrefixesOperations 操作。

public interface IPublicIPPrefixesOperations
type IPublicIPPrefixesOperations = interface
Public Interface IPublicIPPrefixesOperations

方法

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

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

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

删除指定的公共 IP 前缀。

CreateOrUpdateWithHttpMessagesAsync(String, String, PublicIPPrefix, 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(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 前缀标记。

适用于