Share via


IStackMinorVersion Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StackMinorVersionTypeConverter))]
public interface IStackMinorVersion : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StackMinorVersionTypeConverter))>]
type IStackMinorVersion = interface
    interface IJsonSerializable
Public Interface IStackMinorVersion
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

DisplayVersion

Application stack minor version (display only).

IsDefault

true if this is the default minor version; otherwise, false.

IsRemoteDebuggingEnabled

true if this supports Remote Debugging, otherwise false.

RuntimeVersion

Application stack minor version (runtime only).

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to