ProviderOperationsExtensions.GetFunctionAppStacksForLocation Method
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.
Get available Function app frameworks and their versions for location
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.FunctionAppStack> GetFunctionAppStacksForLocation (this Microsoft.Azure.Management.WebSites.IProviderOperations operations, string location, string stackOsType = default);
static member GetFunctionAppStacksForLocation : Microsoft.Azure.Management.WebSites.IProviderOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.FunctionAppStack>
<Extension()>
Public Function GetFunctionAppStacksForLocation (operations As IProviderOperations, location As String, Optional stackOsType As String = Nothing) As IPage(Of FunctionAppStack)
Parameters
- operations
- IProviderOperations
The operations group for this extension method.
- location
- String
Function App stack location.
- stackOsType
- String
Stack OS Type. Possible values include: 'Windows', 'Linux', 'All'
Returns
Remarks
Description for Get available Function app frameworks and their versions for location