FunctionAppMajorVersion interface
Function App stack major version.
Properties
display |
Function App stack major version (display only). NOTE: This property will not be serialized. It can only be populated by the server. |
minor |
Minor versions associated with the major version. NOTE: This property will not be serialized. It can only be populated by the server. |
value | Function App stack major version name. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
displayText
Function App stack major version (display only). NOTE: This property will not be serialized. It can only be populated by the server.
displayText?: string
Property Value
string
minorVersions
Minor versions associated with the major version. NOTE: This property will not be serialized. It can only be populated by the server.
minorVersions?: FunctionAppMinorVersion[]
Property Value
value
Function App stack major version name. NOTE: This property will not be serialized. It can only be populated by the server.
value?: string
Property Value
string