StackMinorVersion Class

Definition

[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()

Properties

DisplayVersion
IsDefault
IsRemoteDebuggingEnabled
RuntimeVersion

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()

Applies to