次の方法で共有


IApiManagementOperations インターフェイス

定義

ApiManagementOperations 操作。

public interface IApiManagementOperations
type IApiManagementOperations = interface
Public Interface IApiManagementOperations

メソッド

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

Microsoft.ApiManagement プロバイダーで使用可能なすべての REST API 操作を一覧表示します。

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

Microsoft.ApiManagement プロバイダーで使用可能なすべての REST API 操作を一覧表示します。

拡張メソッド

List(IApiManagementOperations)

Microsoft.ApiManagement プロバイダーで使用可能なすべての REST API 操作を一覧表示します。

ListAsync(IApiManagementOperations, CancellationToken)

Microsoft.ApiManagement プロバイダーで使用可能なすべての REST API 操作を一覧表示します。

ListNext(IApiManagementOperations, String)

Microsoft.ApiManagement プロバイダーで使用可能なすべての REST API 操作を一覧表示します。

ListNextAsync(IApiManagementOperations, String, CancellationToken)

Microsoft.ApiManagement プロバイダーで使用可能なすべての REST API 操作を一覧表示します。

適用対象