SiteConfigPropertiesDictionary Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.models.SiteConfigPropertiesDictionary

Implements

public final class SiteConfigPropertiesDictionary
implements JsonSerializable<SiteConfigPropertiesDictionary>

Site config properties dictionary.

Constructor Summary

Constructor Description
SiteConfigPropertiesDictionary()

Creates an instance of SiteConfigPropertiesDictionary class.

Method Summary

Modifier and Type Method and Description
static SiteConfigPropertiesDictionary fromJson(JsonReader jsonReader)

Reads an instance of SiteConfigPropertiesDictionary from the JsonReader.

String javaVersion()

Get the javaVersion property: JavaVersion configuration setting.

String linuxFxVersion()

Get the linuxFxVersion property: LinuxFxVersion configuration setting.

String powerShellVersion()

Get the powerShellVersion property: PowerShellVersion configuration setting.

JsonWriter toJson(JsonWriter jsonWriter)
Boolean use32BitWorkerProcess()

Get the use32BitWorkerProcess property: true if use32BitWorkerProcess should be set to true for the stack; otherwise, false.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

SiteConfigPropertiesDictionary

public SiteConfigPropertiesDictionary()

Creates an instance of SiteConfigPropertiesDictionary class.

Method Details

fromJson

public static SiteConfigPropertiesDictionary fromJson(JsonReader jsonReader)

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.

javaVersion

public String javaVersion()

Get the javaVersion property: JavaVersion configuration setting.

Returns:

the javaVersion value.

linuxFxVersion

public String linuxFxVersion()

Get the linuxFxVersion property: LinuxFxVersion configuration setting.

Returns:

the linuxFxVersion value.

powerShellVersion

public String powerShellVersion()

Get the powerShellVersion property: PowerShellVersion configuration setting.

Returns:

the powerShellVersion value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

use32BitWorkerProcess

public Boolean use32BitWorkerProcess()

Get the use32BitWorkerProcess property: true if use32BitWorkerProcess should be set to true for the stack; otherwise, false.

Returns:

the use32BitWorkerProcess value.

validate

public void validate()

Validates the instance.

Applies to