Class SiteConfigPropertiesDictionary
java.lang.Object
com.azure.resourcemanager.appservice.models.SiteConfigPropertiesDictionary
- All Implemented Interfaces:
com.azure.json.JsonSerializable<SiteConfigPropertiesDictionary>
public final class SiteConfigPropertiesDictionary
extends Object
implements com.azure.json.JsonSerializable<SiteConfigPropertiesDictionary>
Site config properties dictionary.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of SiteConfigPropertiesDictionary class. -
Method Summary
Modifier and TypeMethodDescriptionfromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SiteConfigPropertiesDictionary from the JsonReader.Get the javaVersion property: JavaVersion configuration setting.Get the linuxFxVersion property: LinuxFxVersion configuration setting.Get the powerShellVersion property: PowerShellVersion configuration setting.com.azure.json.JsonWriter
toJson
(com.azure.json.JsonWriter jsonWriter) Get the use32BitWorkerProcess property: <code>true</code> if use32BitWorkerProcess should be set to true for the stack; otherwise, <code>false</code>.void
validate()
Validates the instance.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
SiteConfigPropertiesDictionary
public SiteConfigPropertiesDictionary()Creates an instance of SiteConfigPropertiesDictionary class.
-
-
Method Details
-
use32BitWorkerProcess
Get the use32BitWorkerProcess property: <code>true</code> if use32BitWorkerProcess should be set to true for the stack; otherwise, <code>false</code>.- Returns:
- the use32BitWorkerProcess value.
-
linuxFxVersion
Get the linuxFxVersion property: LinuxFxVersion configuration setting.- Returns:
- the linuxFxVersion value.
-
javaVersion
Get the javaVersion property: JavaVersion configuration setting.- Returns:
- the javaVersion value.
-
powerShellVersion
Get the powerShellVersion property: PowerShellVersion configuration setting.- Returns:
- the powerShellVersion value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
toJson
- Specified by:
toJson
in interfacecom.azure.json.JsonSerializable<SiteConfigPropertiesDictionary>
- Throws:
IOException
-
fromJson
public static SiteConfigPropertiesDictionary fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of SiteConfigPropertiesDictionary from the JsonReader.- Parameters:
jsonReader
- The JsonReader being read.- Returns:
- An instance of SiteConfigPropertiesDictionary if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException
- If an error occurs while reading the SiteConfigPropertiesDictionary.
-