次の方法で共有


IPrivateLinkResourcesOperations インターフェイス

定義

PrivateLinkResourcesOperations 操作。

public interface IPrivateLinkResourcesOperations
type IPrivateLinkResourcesOperations = interface
Public Interface IPrivateLinkResourcesOperations

メソッド

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

プライベート リンク リソースを取得します。

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

プライベート リンク リソースの一覧を返します。

拡張メソッド

Get(IPrivateLinkResourcesOperations, String, String, String)

プライベート リンク リソースを取得します。

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

プライベート リンク リソースを取得します。

List(IPrivateLinkResourcesOperations, String, String)

プライベート リンク リソースの一覧を返します。

ListAsync(IPrivateLinkResourcesOperations, String, String, CancellationToken)

プライベート リンク リソースの一覧を返します。

適用対象