ApplicationStackResource Class

Definition

ARM resource for a ApplicationStack.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ApplicationStackResource : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApplicationStackResource = class
    inherit ProxyOnlyResource
Public Class ApplicationStackResource
Inherits ProxyOnlyResource
Inheritance
ApplicationStackResource
Attributes

Constructors

ApplicationStackResource()

Initializes a new instance of the ApplicationStackResource class.

ApplicationStackResource(String, String, String, String, String, String, String, IList<StackMajorVersion>, IList<ApplicationStack>, IList<ApplicationStack>)

Initializes a new instance of the ApplicationStackResource class.

Properties

ApplicationStackResourceName

Gets or sets application stack name.

Dependency

Gets or sets application stack dependency.

Display

Gets or sets application stack display name.

Frameworks

Gets or sets list of frameworks associated with application stack.

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
IsDeprecated

Gets or sets &lt;code&gt;true&lt;/code&gt; if this is the stack is deprecated; otherwise, &lt;code&gt;false&lt;/code&gt;.

Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
MajorVersions

Gets or sets list of major versions available.

Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
Type

Gets resource type.

(Inherited from ProxyOnlyResource)

Applies to