Delen via


SiteConfigPropertiesDictionary Constructors

Definition

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

use32BitWorkerProcess
Nullable<Boolean>

<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