Class FrontEndConfiguration
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.FrontEndConfiguration
-
public final class FrontEndConfiguration extends Object
The FrontEndConfiguration model.
-
-
Constructor Summary
Constructors Constructor Description FrontEndConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FrontEndServiceTypekind()Get the kind property: The kind property.voidvalidate()Validates the instance.FrontEndConfigurationwithKind(FrontEndServiceType kind)Set the kind property: The kind property.
-
-
-
Method Detail
-
kind
public FrontEndServiceType kind()
Get the kind property: The kind property.- Returns:
- the kind value.
-
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.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-