次の方法で共有


IPrivateLinkResourcesOperations インターフェイス

定義

PrivateLinkResourcesOperations 操作。

public interface IPrivateLinkResourcesOperations
type IPrivateLinkResourcesOperations = interface
Public Interface IPrivateLinkResourcesOperations

メソッド

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

特定のグループ識別子を持つアカウントのプライベートにリンク可能なリソースを取得します。

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

アカウントのプライベートにリンク可能なリソースの一覧を取得します。

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

アカウントのプライベートにリンク可能なリソースの一覧を取得します。

拡張メソッド

GetByGroupId(IPrivateLinkResourcesOperations, String, String, String)

特定のグループ識別子を持つアカウントのプライベートにリンク可能なリソースを取得します。

GetByGroupIdAsync(IPrivateLinkResourcesOperations, String, String, String, CancellationToken)

特定のグループ識別子を持つアカウントのプライベートにリンク可能なリソースを取得します。

ListByAccount(IPrivateLinkResourcesOperations, String, String)

アカウントのプライベートにリンク可能なリソースの一覧を取得します。

ListByAccountAsync(IPrivateLinkResourcesOperations, String, String, CancellationToken)

アカウントのプライベートにリンク可能なリソースの一覧を取得します。

ListByAccountNext(IPrivateLinkResourcesOperations, String)

アカウントのプライベートにリンク可能なリソースの一覧を取得します。

ListByAccountNextAsync(IPrivateLinkResourcesOperations, String, CancellationToken)

アカウントのプライベートにリンク可能なリソースの一覧を取得します。

適用対象