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

IProvidersOperations Interface

Definition

public interface IProvidersOperations
type IProvidersOperations = interface
Public Interface IProvidersOperations

Methods

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
ListWithHttpMessagesAsync(Nullable<Int32>, String, Dictionary<String,List<String>>, CancellationToken)
RegisterWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
UnregisterWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Extension Methods

Get(IProvidersOperations, String, String)
GetAsync(IProvidersOperations, String, String, CancellationToken)
List(IProvidersOperations, Nullable<Int32>, String)
ListAsync(IProvidersOperations, Nullable<Int32>, String, CancellationToken)
ListNext(IProvidersOperations, String)
ListNextAsync(IProvidersOperations, String, CancellationToken)
Register(IProvidersOperations, String)
RegisterAsync(IProvidersOperations, String, CancellationToken)
Unregister(IProvidersOperations, String)
UnregisterAsync(IProvidersOperations, String, CancellationToken)

Applies to