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.
public interface IProviderOperations
type IProviderOperations = interface
Public Interface IProviderOperations
Methods
GetAvailableStacksNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
GetAvailableStacksOnPremNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
GetAvailableStacksOnPremWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
GetAvailableStacksWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
ListOperationsNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
ListOperationsWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)
Extension Methods
GetAvailableStacks(IProviderOperations, String)
GetAvailableStacksAsync(IProviderOperations, String, CancellationToken)
GetAvailableStacksNext(IProviderOperations, String)
GetAvailableStacksNextAsync(IProviderOperations, String, CancellationToken)
GetAvailableStacksOnPrem(IProviderOperations, String)
GetAvailableStacksOnPremAsync(IProviderOperations, String, CancellationToken)
GetAvailableStacksOnPremNext(IProviderOperations, String)
GetAvailableStacksOnPremNextAsync(IProviderOperations, String, CancellationToken)
ListOperations(IProviderOperations)
ListOperationsAsync(IProviderOperations, CancellationToken)
ListOperationsNext(IProviderOperations, String)
ListOperationsNextAsync(IProviderOperations, String, CancellationToken)
Applies to