IProviderOperations Interface

Definition

ProviderOperations operations.

public interface IProviderOperations
type IProviderOperations = interface
Public Interface IProviderOperations

Methods

GetAvailableStacksNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get available application frameworks and their versions

GetAvailableStacksOnPremNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get available application frameworks and their versions

GetAvailableStacksOnPremWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get available application frameworks and their versions

GetAvailableStacksWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get available application frameworks and their versions

GetFunctionAppStacksForLocationNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get available Function app frameworks and their versions for location

GetFunctionAppStacksForLocationWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Get available Function app frameworks and their versions for location

GetFunctionAppStacksNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get available Function app frameworks and their versions

GetFunctionAppStacksWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get available Function app frameworks and their versions

GetWebAppStacksForLocationNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get available Web app frameworks and their versions for location

GetWebAppStacksForLocationWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Get available Web app frameworks and their versions for location

GetWebAppStacksNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get available Web app frameworks and their versions

GetWebAppStacksWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get available Web app frameworks and their versions

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

GetAvailableStacks(IProviderOperations, String)

Get available application frameworks and their versions

GetAvailableStacksAsync(IProviderOperations, String, CancellationToken)

Get available application frameworks and their versions

GetAvailableStacksNext(IProviderOperations, String)

Get available application frameworks and their versions

GetAvailableStacksNextAsync(IProviderOperations, String, CancellationToken)

Get available application frameworks and their versions

GetAvailableStacksOnPrem(IProviderOperations, String)

Get available application frameworks and their versions

GetAvailableStacksOnPremAsync(IProviderOperations, String, CancellationToken)

Get available application frameworks and their versions

GetAvailableStacksOnPremNext(IProviderOperations, String)

Get available application frameworks and their versions

GetAvailableStacksOnPremNextAsync(IProviderOperations, String, CancellationToken)

Get available application frameworks and their versions

GetFunctionAppStacks(IProviderOperations, String)

Get available Function app frameworks and their versions

GetFunctionAppStacksAsync(IProviderOperations, String, CancellationToken)

Get available Function app frameworks and their versions

GetFunctionAppStacksForLocation(IProviderOperations, String, String)

Get available Function app frameworks and their versions for location

GetFunctionAppStacksForLocationAsync(IProviderOperations, String, String, CancellationToken)

Get available Function app frameworks and their versions for location

GetFunctionAppStacksForLocationNext(IProviderOperations, String)

Get available Function app frameworks and their versions for location

GetFunctionAppStacksForLocationNextAsync(IProviderOperations, String, CancellationToken)

Get available Function app frameworks and their versions for location

GetFunctionAppStacksNext(IProviderOperations, String)

Get available Function app frameworks and their versions

GetFunctionAppStacksNextAsync(IProviderOperations, String, CancellationToken)

Get available Function app frameworks and their versions

GetWebAppStacks(IProviderOperations, String)

Get available Web app frameworks and their versions

GetWebAppStacksAsync(IProviderOperations, String, CancellationToken)

Get available Web app frameworks and their versions

GetWebAppStacksForLocation(IProviderOperations, String, String)

Get available Web app frameworks and their versions for location

GetWebAppStacksForLocationAsync(IProviderOperations, String, String, CancellationToken)

Get available Web app frameworks and their versions for location

GetWebAppStacksForLocationNext(IProviderOperations, String)

Get available Web app frameworks and their versions for location

GetWebAppStacksForLocationNextAsync(IProviderOperations, String, CancellationToken)

Get available Web app frameworks and their versions for location

GetWebAppStacksNext(IProviderOperations, String)

Get available Web app frameworks and their versions

GetWebAppStacksNextAsync(IProviderOperations, String, CancellationToken)

Get available Web app frameworks and their versions

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

Applies to