Compartir a través de


StackMinorVersion Class

Definition

Application stack minor version.

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

Constructors

StackMinorVersion()

Creates an new StackMinorVersion instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StackMinorVersion.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StackMinorVersion.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMinorVersion.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StackMinorVersion into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to