Compartilhar via


FunctionAppStack Class

Definition

Function App Stack.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FunctionAppStackTypeConverter))]
public class FunctionAppStack : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionAppStack, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.FunctionAppStackTypeConverter))>]
type FunctionAppStack = class
    interface IFunctionAppStack
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class FunctionAppStack
Implements IFunctionAppStack, IValidates
Inheritance
FunctionAppStack
Attributes
Implements

Constructors

FunctionAppStack()

Creates an new FunctionAppStack instance.

Properties

DisplayText

Function App stack (display only).

Id

Resource Id.

Kind

Kind of resource.

Location

Function App stack location.

MajorVersion

List of major versions available.

Name

Resource Name.

PreferredOS

Function App stack preferred OS.

Type

Resource type.

Value

Function App stack name.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FunctionAppStack.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FunctionAppStack.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IFunctionAppStack.

FromJsonString(String)

Creates a new instance of FunctionAppStack, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of FunctionAppStack into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to