FrontEndConfiguration Class

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

Implements

public final class FrontEndConfiguration
implements JsonSerializable<FrontEndConfiguration>

The FrontEndConfiguration model.

Constructor Summary

Constructor Description
FrontEndConfiguration()

Creates an instance of FrontEndConfiguration class.

Method Summary

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

Reads an instance of FrontEndConfiguration from the JsonReader.

FrontEndServiceType kind()

Get the kind property: The kind property.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

FrontEndConfiguration withKind(FrontEndServiceType kind)

Set the kind property: The kind property.

Methods inherited from java.lang.Object

Constructor Details

FrontEndConfiguration

public FrontEndConfiguration()

Creates an instance of FrontEndConfiguration class.

Method Details

fromJson

public static FrontEndConfiguration fromJson(JsonReader jsonReader)

Reads an instance of FrontEndConfiguration from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of FrontEndConfiguration 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 FrontEndConfiguration.

kind

public FrontEndServiceType kind()

Get the kind property: The kind property.

Returns:

the kind value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withKind

public FrontEndConfiguration withKind(FrontEndServiceType kind)

Set the kind property: The kind property.

Parameters:

kind - the kind value to set.

Returns:

the FrontEndConfiguration object itself.

Applies to