ArmAppServiceModelFactory.FunctionAppMinorVersion 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.
Initializes a new instance of FunctionAppMinorVersion.
public static Azure.ResourceManager.AppService.Models.FunctionAppMinorVersion FunctionAppMinorVersion (string displayText = default, string value = default, Azure.ResourceManager.AppService.Models.FunctionAppRuntimes stackSettings = default);
static member FunctionAppMinorVersion : string * string * Azure.ResourceManager.AppService.Models.FunctionAppRuntimes -> Azure.ResourceManager.AppService.Models.FunctionAppMinorVersion
Public Shared Function FunctionAppMinorVersion (Optional displayText As String = Nothing, Optional value As String = Nothing, Optional stackSettings As FunctionAppRuntimes = Nothing) As FunctionAppMinorVersion
Parameters
- displayText
- String
Function App stack (display only).
- value
- String
Function App stack name.
- stackSettings
- FunctionAppRuntimes
Settings associated with the minor version.
Returns
A new FunctionAppMinorVersion instance for mocking.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET