StackMinorVersion Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
|
IsRemoteDebuggingEnabled |
|
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. |