SiteConfigPropertiesDictionary 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
SiteConfigPropertiesDictionary() |
Initializes a new instance of the SiteConfigPropertiesDictionary class. |
SiteConfigPropertiesDictionary(Nullable<Boolean>, String, String, String) |
Initializes a new instance of the SiteConfigPropertiesDictionary class. |
SiteConfigPropertiesDictionary()
Initializes a new instance of the SiteConfigPropertiesDictionary class.
public SiteConfigPropertiesDictionary ();
Public Sub New ()
Applies to
SiteConfigPropertiesDictionary(Nullable<Boolean>, String, String, String)
Initializes a new instance of the SiteConfigPropertiesDictionary class.
public SiteConfigPropertiesDictionary (bool? use32BitWorkerProcess = default, string linuxFxVersion = default, string javaVersion = default, string powerShellVersion = default);
new Microsoft.Azure.Management.WebSites.Models.SiteConfigPropertiesDictionary : Nullable<bool> * string * string * string -> Microsoft.Azure.Management.WebSites.Models.SiteConfigPropertiesDictionary
Public Sub New (Optional use32BitWorkerProcess As Nullable(Of Boolean) = Nothing, Optional linuxFxVersion As String = Nothing, Optional javaVersion As String = Nothing, Optional powerShellVersion As String = Nothing)
Parameters
<code>true</code> if use32BitWorkerProcess should be set to true for the stack; otherwise, <code>false</code>.
- linuxFxVersion
- String
LinuxFxVersion configuration setting.
- javaVersion
- String
JavaVersion configuration setting.
- powerShellVersion
- String
PowerShellVersion configuration setting.
Applies to
Azure SDK for .NET