StackMajorVersion 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 major version.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StackMajorVersionTypeConverter))]
public class StackMajorVersion : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersion
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.StackMajorVersionTypeConverter))>]
type StackMajorVersion = class
interface IStackMajorVersion
interface IJsonSerializable
Public Class StackMajorVersion
Implements IStackMajorVersion
- Inheritance
-
StackMajorVersion
- Attributes
- Implements
Constructors
StackMajorVersion() |
Creates an new StackMajorVersion instance. |
Properties
ApplicationInsight |
|
DisplayVersion |
Application stack major version (display only). |
IsDefault |
|
IsDeprecated |
|
IsHidden |
|
IsPreview |
|
MinorVersion |
Minor versions associated with the major version. |
RuntimeVersion |
Application stack major version (runtime only). |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StackMajorVersion. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StackMajorVersion. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IStackMajorVersion. |
FromJsonString(String) |
Creates a new instance of StackMajorVersion, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StackMajorVersion into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |