次の方法で共有


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)

指定したアカウント内のすべてのプライベート リンク リソースを一覧表示します。

適用対象