IProviderOperationsMetadataOperations インターフェイス

定義

ProviderOperationsMetadataOperations 操作。

public interface IProviderOperationsMetadataOperations
type IProviderOperationsMetadataOperations = interface
Public Interface IProviderOperationsMetadataOperations

メソッド

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

指定したリソース プロバイダーのプロバイダー操作メタデータを取得します。

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

すべてのリソース プロバイダーのプロバイダー操作メタデータを取得します。

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

すべてのリソース プロバイダーのプロバイダー操作メタデータを取得します。

拡張メソッド

Get(IProviderOperationsMetadataOperations, String, String)

指定したリソース プロバイダーのプロバイダー操作メタデータを取得します。

GetAsync(IProviderOperationsMetadataOperations, String, String, CancellationToken)

指定したリソース プロバイダーのプロバイダー操作メタデータを取得します。

List(IProviderOperationsMetadataOperations, String)

すべてのリソース プロバイダーのプロバイダー操作メタデータを取得します。

ListAsync(IProviderOperationsMetadataOperations, String, CancellationToken)

すべてのリソース プロバイダーのプロバイダー操作メタデータを取得します。

ListNext(IProviderOperationsMetadataOperations, String)

すべてのリソース プロバイダーのプロバイダー操作メタデータを取得します。

ListNextAsync(IProviderOperationsMetadataOperations, String, CancellationToken)

すべてのリソース プロバイダーのプロバイダー操作メタデータを取得します。

適用対象