IProvidersOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
ProvidersOperations operations.
public interface IProvidersOperations
type IProvidersOperations = interface
Public Interface IProvidersOperations
Methods
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Gets the specified resource provider. |
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Gets all resource providers for a subscription. |
ListWithHttpMessagesAsync(Nullable<Int32>, String, Dictionary<String,List<String>>, CancellationToken) |
Gets all resource providers for a subscription. |
RegisterWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Registers a subscription with a resource provider. |
UnregisterWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Unregisters a subscription from a resource provider. |