WebAppStack 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WebAppStackTypeConverter))]
public class WebAppStack : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWebAppStack, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.WebAppStackTypeConverter))>]
type WebAppStack = class
interface IWebAppStack
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class WebAppStack
Implements IValidates, IWebAppStack
- Inheritance
-
WebAppStack
- Attributes
- Implements
Constructors
WebAppStack() |
Creates an new WebAppStack instance. |
Properties
DisplayText |
Web App stack (display only). |
Id |
Resource Id. |
Kind |
Kind of resource. |
Location |
Web App stack location. |
MajorVersion |
List of major versions available. |
Name |
Resource Name. |
PreferredOS |
Web App stack preferred OS. |
Type |
Resource type. |
Value |
Web App stack name. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of WebAppStack. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of WebAppStack. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IWebAppStack. |
FromJsonString(String) |
Creates a new instance of WebAppStack, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of WebAppStack into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |