IApplicationStack Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ApplicationStackTypeConverter))]
public interface IApplicationStack : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.ApplicationStackTypeConverter))>]
type IApplicationStack = interface
interface IJsonSerializable
Public Interface IApplicationStack
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Dependency |
Application stack dependency. |
Display |
Application stack display name. |
Framework |
List of frameworks associated with application stack. |
IsDeprecated |
|
MajorVersion |
List of major versions available. |
Name |
Application stack name. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |