WebAppStackProperties 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.
WebAppStack resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WebAppStackPropertiesTypeConverter))]
public class WebAppStackProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWebAppStackProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WebAppStackPropertiesTypeConverter))>]
type WebAppStackProperties = class
interface IWebAppStackProperties
interface IJsonSerializable
Public Class WebAppStackProperties
Implements IWebAppStackProperties
- Inheritance
-
WebAppStackProperties
- Attributes
- Implements
Constructors
WebAppStackProperties() |
Creates an new WebAppStackProperties instance. |
Properties
DisplayText |
Web App stack (display only). |
MajorVersion |
List of major versions available. |
PreferredOS |
Web App stack preferred OS. |
Value |
Web App stack name. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WebAppStackProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WebAppStackProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWebAppStackProperties. |
FromJsonString(String) |
Creates a new instance of WebAppStackProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WebAppStackProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |