ApplicationStackResource Class

Definition

ARM resource for a ApplicationStack.

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

Constructors

ApplicationStackResource()

Initializes a new instance of the ApplicationStackResource class.

ApplicationStackResource(String, String, String, String, String, String, String, IList<StackMajorVersion>, 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

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResourceInner)
Location

Resource location

(Inherited from Resource)
MajorVersions

Gets or sets list of major versions available.

Name

Resource name

(Inherited from ProxyResource)
Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object. Throws ValidationException if validation fails.

(Inherited from Resource)

Applies to