WebAppStack 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
WebAppStack() |
Initializes a new instance of the WebAppStack class. |
WebAppStack(String, String, String, String, String, String, String, IList<WebAppMajorVersion>, Nullable<StackPreferredOs>) |
Initializes a new instance of the WebAppStack class. |
WebAppStack()
Initializes a new instance of the WebAppStack class.
public WebAppStack ();
Public Sub New ()
Applies to
WebAppStack(String, String, String, String, String, String, String, IList<WebAppMajorVersion>, Nullable<StackPreferredOs>)
Initializes a new instance of the WebAppStack class.
public WebAppStack (string id = default, string name = default, string kind = default, string type = default, string location = default, string displayText = default, string value = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.WebAppMajorVersion> majorVersions = default, Microsoft.Azure.Management.WebSites.Models.StackPreferredOs? preferredOs = default);
new Microsoft.Azure.Management.WebSites.Models.WebAppStack : string * string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.WebAppMajorVersion> * Nullable<Microsoft.Azure.Management.WebSites.Models.StackPreferredOs> -> Microsoft.Azure.Management.WebSites.Models.WebAppStack
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional displayText As String = Nothing, Optional value As String = Nothing, Optional majorVersions As IList(Of WebAppMajorVersion) = Nothing, Optional preferredOs As Nullable(Of StackPreferredOs) = Nothing)
Parameters
- id
- String
Resource Id.
- name
- String
Resource Name.
- kind
- String
Kind of resource.
- type
- String
Resource type.
- location
- String
Web App stack location.
- displayText
- String
Web App stack (display only).
- value
- String
Web App stack name.
- majorVersions
- IList<WebAppMajorVersion>
List of major versions available.
- preferredOs
- Nullable<StackPreferredOs>
Web App stack preferred OS. Possible values include: 'Windows', 'Linux'
Applies to
Azure SDK for .NET