다음을 통해 공유


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)

모든 리소스 공급자에 대한 공급자 작업 메타데이터를 가져옵니다.

적용 대상