次の方法で共有


IPrivateLinkResourcesOperations インターフェイス

定義

PrivateLinkResourcesOperations 操作。

public interface IPrivateLinkResourcesOperations
type IPrivateLinkResourcesOperations = interface
Public Interface IPrivateLinkResourcesOperations

メソッド

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

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

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

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

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

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

拡張メソッド

Get(IPrivateLinkResourcesOperations, String, String, String)

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

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

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

ListByServer(IPrivateLinkResourcesOperations, String, String)

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

ListByServerAsync(IPrivateLinkResourcesOperations, String, String, CancellationToken)

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

ListByServerNext(IPrivateLinkResourcesOperations, String)

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

ListByServerNextAsync(IPrivateLinkResourcesOperations, String, CancellationToken)

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

適用対象