FunctionAppMinorVersionOutput interface
Function App stack minor version.
Properties
| display |
Function App stack (display only). |
| stack |
Settings associated with the minor version. |
| value | Function App stack name. |
Property Details
displayText
Function App stack (display only).
displayText?: string
Property Value
string
stackSettings
Settings associated with the minor version.
stackSettings?: FunctionAppRuntimesOutput
Property Value
value
Function App stack name.
value?: string
Property Value
string