Share via


ProviderOperationsExtensions.GetWebAppStacksForLocation Method

Definition

Get available Web app frameworks and their versions for location

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.WebAppStack> GetWebAppStacksForLocation (this Microsoft.Azure.Management.WebSites.IProviderOperations operations, string location, string stackOsType = default);
static member GetWebAppStacksForLocation : Microsoft.Azure.Management.WebSites.IProviderOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.WebAppStack>
<Extension()>
Public Function GetWebAppStacksForLocation (operations As IProviderOperations, location As String, Optional stackOsType As String = Nothing) As IPage(Of WebAppStack)

Parameters

operations
IProviderOperations

The operations group for this extension method.

location
String

Web App stack location.

stackOsType
String

Stack OS Type. Possible values include: 'Windows', 'Linux', 'All'

Returns

Remarks

Description for Get available Web app frameworks and their versions for location

Applies to