Share via


FunctionAppFlexConsumptionRuntime Class

Definition

Represents a Flex Consumption Function App runtime entry (language/runtime version metadata).

public class FunctionAppFlexConsumptionRuntime
type FunctionAppFlexConsumptionRuntime = class
Public Class FunctionAppFlexConsumptionRuntime
Inheritance
FunctionAppFlexConsumptionRuntime

Constructors

Name Description
FunctionAppFlexConsumptionRuntime()

Properties

Name Description
EndOfLifeDate

End-of-life date if published; null if none.

IsDefault

True if this version is the platform’s designated default.

Name

Runtime name (e.g. DotNet-Isolated, Node, Python).

Sku

Raw SKU payload from the Flex Consumption stack API (shape may vary). Left as object to avoid churn; cast at call site if a stable contract emerges.

Version

Normalized runtime version (e.g. 8, 4, 3.11, etc.).

Methods

Name Description
ToString()

Applies to