Class FrontEndConfiguration
java.lang.Object
com.azure.resourcemanager.appservice.models.FrontEndConfiguration
The FrontEndConfiguration model.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionkind()Get the kind property: The kind property.voidvalidate()Validates the instance.withKind(FrontEndServiceType kind) Set the kind property: The kind property.
-
Constructor Details
-
FrontEndConfiguration
public FrontEndConfiguration()Creates an instance of FrontEndConfiguration class.
-
-
Method Details
-
kind
Get the kind property: The kind property.- Returns:
- the kind value.
-
withKind
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.
-