FunctionAppStack 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
FunctionAppStack() |
Initializes a new instance of the FunctionAppStack class. |
FunctionAppStack(String, String, String, String, String, String, String, IList<FunctionAppMajorVersion>, Nullable<StackPreferredOs>) |
Initializes a new instance of the FunctionAppStack class. |
FunctionAppStack()
Initializes a new instance of the FunctionAppStack class.
public FunctionAppStack ();
Public Sub New ()
Applies to
FunctionAppStack(String, String, String, String, String, String, String, IList<FunctionAppMajorVersion>, Nullable<StackPreferredOs>)
Initializes a new instance of the FunctionAppStack class.
public FunctionAppStack (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.FunctionAppMajorVersion> majorVersions = default, Microsoft.Azure.Management.WebSites.Models.StackPreferredOs? preferredOs = default);
new Microsoft.Azure.Management.WebSites.Models.FunctionAppStack : string * string * string * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.FunctionAppMajorVersion> * Nullable<Microsoft.Azure.Management.WebSites.Models.StackPreferredOs> -> Microsoft.Azure.Management.WebSites.Models.FunctionAppStack
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 FunctionAppMajorVersion) = 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
Function App stack location.
- displayText
- String
Function App stack (display only).
- value
- String
Function App stack name.
- majorVersions
- IList<FunctionAppMajorVersion>
List of major versions available.
- preferredOs
- Nullable<StackPreferredOs>
Function App stack preferred OS. Possible values include: 'Windows', 'Linux'
Applies to
Azure SDK for .NET