ApplicationStackResource 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.
ARM resource for a ApplicationStack.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApplicationStackResourceTypeConverter))]
public class ApplicationStackResource : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResource, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApplicationStackResourceTypeConverter))>]
type ApplicationStackResource = class
interface IApplicationStackResource
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class ApplicationStackResource
Implements IApplicationStackResource, IValidates
- Inheritance
-
ApplicationStackResource
- Attributes
- Implements
Constructors
ApplicationStackResource() |
Creates an new ApplicationStackResource instance. |
Properties
Dependency |
Application stack dependency. |
Display |
Application stack display name. |
Framework |
List of frameworks associated with application stack. |
Id |
Resource Id. |
Kind |
Kind of resource. |
MajorVersion |
List of major versions available. |
Name |
Resource Name. |
PropertiesName |
Application stack name. |
Type |
Resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ApplicationStackResource. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ApplicationStackResource. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApplicationStackResource. |
FromJsonString(String) |
Creates a new instance of ApplicationStackResource, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ApplicationStackResource into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |