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

IPrivateLinkResourceOperations 接口

定义

PrivateLinkResourceOperations 操作。

public interface IPrivateLinkResourceOperations
type IPrivateLinkResourceOperations = interface
Public Interface IPrivateLinkResourceOperations

方法

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

获取有关指定专用链接资源的信息。

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

列出指定帐户中的所有专用链接资源。

ListByBatchAccountWithHttpMessagesAsync(String, String, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

列出指定帐户中的所有专用链接资源。

扩展方法

Get(IPrivateLinkResourceOperations, String, String, String)

获取有关指定专用链接资源的信息。

GetAsync(IPrivateLinkResourceOperations, String, String, String, CancellationToken)

获取有关指定专用链接资源的信息。

ListByBatchAccount(IPrivateLinkResourceOperations, String, String, Nullable<Int32>)

列出指定帐户中的所有专用链接资源。

ListByBatchAccountAsync(IPrivateLinkResourceOperations, String, String, Nullable<Int32>, CancellationToken)

列出指定帐户中的所有专用链接资源。

ListByBatchAccountNext(IPrivateLinkResourceOperations, String)

列出指定帐户中的所有专用链接资源。

ListByBatchAccountNextAsync(IPrivateLinkResourceOperations, String, CancellationToken)

列出指定帐户中的所有专用链接资源。

适用于