共用方式為


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)

列出指定帳戶中的所有私人連結資源。

適用於