FunctionAppMinorVersion interface
Function App stack minor version.
Properties
display |
Function App stack (display only). NOTE: This property will not be serialized. It can only be populated by the server. |
stack |
Settings associated with the minor version. NOTE: This property will not be serialized. It can only be populated by the server. |
value | Function App stack name. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
displayText
Function App stack (display only). NOTE: This property will not be serialized. It can only be populated by the server.
displayText?: string
Property Value
string
stackSettings
Settings associated with the minor version. NOTE: This property will not be serialized. It can only be populated by the server.
stackSettings?: FunctionAppRuntimes
Property Value
value
Function App stack name. NOTE: This property will not be serialized. It can only be populated by the server.
value?: string
Property Value
string