IProviderOperations 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.
ProviderOperations operations.
public interface IProviderOperations
type IProviderOperations = interface
Public Interface IProviderOperations
Methods
ListOperationsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions |
ListOperationsWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken) |
Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions |
Extension Methods
ListOperations(IProviderOperations) |
Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions |
ListOperationsAsync(IProviderOperations, CancellationToken) |
Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions |
ListOperationsNext(IProviderOperations, String) |
Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions |
ListOperationsNextAsync(IProviderOperations, String, CancellationToken) |
Gets all available operations for the Microsoft.Web resource provider. Also exposes resource metric definitions |