ProviderOperationsExtensions.GetFunctionAppStacksForLocationAsync 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 System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.FunctionAppStack>> GetFunctionAppStacksForLocationAsync (this Microsoft.Azure.Management.WebSites.IProviderOperations operations, string location, string stackOsType = default, System.Threading.CancellationToken cancellationToken = default);
static member GetFunctionAppStacksForLocationAsync : Microsoft.Azure.Management.WebSites.IProviderOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.FunctionAppStack>>
<Extension()>
Public Function GetFunctionAppStacksForLocationAsync (operations As IProviderOperations, location As String, Optional stackOsType As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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'
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Description for Get available Function app frameworks and their versions for location
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET