FunctionAppStack Class

Definition

Function App Stack.

[Microsoft.Rest.Serialization.JsonTransformation]
public class FunctionAppStack : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type FunctionAppStack = class
    inherit ProxyOnlyResource
Public Class FunctionAppStack
Inherits ProxyOnlyResource
Inheritance
FunctionAppStack
Attributes

Constructors

FunctionAppStack()

Initializes a new instance of the FunctionAppStack class.

FunctionAppStack(String, String, String, String, String, String, String, IList<FunctionAppMajorVersion>, Nullable<StackPreferredOs>)

Initializes a new instance of the FunctionAppStack class.

Properties

DisplayText

Gets function App stack (display only).

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Location

Gets function App stack location.

MajorVersions

Gets list of major versions available.

Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
PreferredOs

Gets function App stack preferred OS. Possible values include: 'Windows', 'Linux'

Type

Gets resource type.

(Inherited from ProxyOnlyResource)
Value

Gets function App stack name.

Applies to