Share via


IApplicationStack Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApplicationStackTypeConverter))]
public interface IApplicationStack : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.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.

MajorVersion

List of major versions available.

Name

Application stack name.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to