ProviderOperationsExtensions Class

Definition

Extension methods for ProviderOperations.

public static class ProviderOperationsExtensions
type ProviderOperationsExtensions = class
Public Module ProviderOperationsExtensions
Inheritance
ProviderOperationsExtensions

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