ApplicationStackResource Constructors
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.
Overloads
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. |
ApplicationStackResource()
Initializes a new instance of the ApplicationStackResource class.
public ApplicationStackResource ();
Public Sub New ()
Applies to
ApplicationStackResource(String, String, String, String, String, String, String, IList<StackMajorVersion>, IList<ApplicationStack>)
Initializes a new instance of the ApplicationStackResource class.
public ApplicationStackResource (string id = default, string name = default, string type = default, string kind = default, string applicationStackResourceName = default, string display = default, string dependency = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.StackMajorVersion> majorVersions = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.ApplicationStack> frameworks = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.ApplicationStackResource : string * string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.StackMajorVersion> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.ApplicationStack> -> Microsoft.Azure.Management.AppService.Fluent.Models.ApplicationStackResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional applicationStackResourceName As String = Nothing, Optional display As String = Nothing, Optional dependency As String = Nothing, Optional majorVersions As IList(Of StackMajorVersion) = Nothing, Optional frameworks As IList(Of ApplicationStack) = Nothing)
Parameters
- id
- String
- name
- String
- type
- String
- kind
- String
Kind of resource.
- applicationStackResourceName
- String
Application stack name.
- display
- String
Application stack display name.
- dependency
- String
Application stack dependency.
- majorVersions
- IList<StackMajorVersion>
List of major versions available.
- frameworks
- IList<ApplicationStack>
List of frameworks associated with application stack.