ProviderOperationsExtensions.GetAvailableStacksOnPremAsync 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 application frameworks and their versions
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.ApplicationStackResource>> GetAvailableStacksOnPremAsync(this Microsoft.Azure.Management.AppService.Fluent.IProviderOperations operations, Microsoft.Azure.Management.AppService.Fluent.Models.OsTypeSelected1 osTypeSelected = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAvailableStacksOnPremAsync : Microsoft.Azure.Management.AppService.Fluent.IProviderOperations * Microsoft.Azure.Management.AppService.Fluent.Models.OsTypeSelected1 * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.ApplicationStackResource>>
<Extension()>
Public Function GetAvailableStacksOnPremAsync (operations As IProviderOperations, Optional osTypeSelected As OsTypeSelected1 = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ApplicationStackResource))
Parameters
- operations
- IProviderOperations
The operations group for this extension method.
- osTypeSelected
- OsTypeSelected1
Possible values include: 'Windows', 'Linux', 'WindowsFunctions', 'LinuxFunctions'
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Description for Get available application frameworks and their versions
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET