IPrivateLinkResourceOperations 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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)
|
列出指定帳戶中的所有私人連結資源。
|
適用於