FrontEndConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. FrontEndConfiguration
- com.
Implements
public final class FrontEndConfiguration
implements JsonSerializable<FrontEndConfiguration>
The FrontEndConfiguration model.
Constructor Summary
Constructor | Description |
---|---|
FrontEndConfiguration() |
Creates an instance of Front |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Front |
fromJson(JsonReader jsonReader)
Reads an instance of Front |
Front |
kind()
Get the kind property: The kind property. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Front |
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:
Returns:
Throws:
kind
public FrontEndServiceType kind()
Get the kind property: The kind property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withKind
public FrontEndConfiguration withKind(FrontEndServiceType kind)
Set the kind property: The kind property.
Parameters:
Returns:
Applies to
Azure SDK for Java