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.
[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
- 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 <code>true</code> if this is the stack is deprecated; otherwise, <code>false</code>. |
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
Azure SDK for .NET