Share via


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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)

获取所有资源提供程序的提供程序操作元数据。

扩展方法

GetAsync(IProviderOperationsMetadataOperations, String, String, CancellationToken)

获取指定资源提供程序的提供程序操作元数据。

ListAsync(IProviderOperationsMetadataOperations, String, CancellationToken)

获取所有资源提供程序的提供程序操作元数据。

ListNextAsync(IProviderOperationsMetadataOperations, String, CancellationToken)

获取所有资源提供程序的提供程序操作元数据。

适用于