WebAppMajorVersion 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.
Web App stack major version.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WebAppMajorVersionTypeConverter))]
public class WebAppMajorVersion : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWebAppMajorVersion
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WebAppMajorVersionTypeConverter))>]
type WebAppMajorVersion = class
interface IWebAppMajorVersion
interface IJsonSerializable
Public Class WebAppMajorVersion
Implements IWebAppMajorVersion
- Inheritance
-
WebAppMajorVersion
- Attributes
- Implements
Constructors
WebAppMajorVersion() |
Creates an new WebAppMajorVersion instance. |
Properties
DisplayText |
Web App stack major version (display only). |
MinorVersion |
Minor versions associated with the major version. |
Value |
Web App stack major version name. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WebAppMajorVersion. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WebAppMajorVersion. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWebAppMajorVersion. |
FromJsonString(String) |
Creates a new instance of WebAppMajorVersion, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WebAppMajorVersion into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |