共用方式為


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)

取得所有資源提供者的提供者作業中繼資料。

適用於