次の方法で共有


IPrivateLinkResourcesOperations インターフェイス

定義

PrivateLinkResourcesOperations 操作。

public interface IPrivateLinkResourcesOperations
type IPrivateLinkResourcesOperations = interface
Public Interface IPrivateLinkResourcesOperations

メソッド

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

Cosmos DB アカウント用に作成する必要があるプライベート リンク リソースを取得します。

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

Cosmos DB アカウント用に作成する必要があるプライベート リンク リソースを取得します。

拡張メソッド

Get(IPrivateLinkResourcesOperations, String, String, String)

Cosmos DB アカウント用に作成する必要があるプライベート リンク リソースを取得します。

GetAsync(IPrivateLinkResourcesOperations, String, String, String, CancellationToken)

Cosmos DB アカウント用に作成する必要があるプライベート リンク リソースを取得します。

ListByDatabaseAccount(IPrivateLinkResourcesOperations, String, String)

Cosmos DB アカウント用に作成する必要があるプライベート リンク リソースを取得します。

ListByDatabaseAccountAsync(IPrivateLinkResourcesOperations, String, String, CancellationToken)

Cosmos DB アカウント用に作成する必要があるプライベート リンク リソースを取得します。

適用対象