FunctionApp.DefinitionStages.WithRuntimeVersion Interface
public interface WithRuntimeVersion
A function app definition allowing runtime version to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
Function |
withLatestRuntimeVersion()
Uses the latest runtime version for the function app. |
Function |
withRuntimeVersion(String version)
Specifies the runtime version for the function app. |
Method Details
withLatestRuntimeVersion
public WithCreate withLatestRuntimeVersion()
Uses the latest runtime version for the function app.
Returns:
the next stage of the definition
withRuntimeVersion
public WithCreate withRuntimeVersion(String version)
Specifies the runtime version for the function app.
Parameters:
version
- the version of the Azure Functions runtime
Returns:
the next stage of the definition
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java