Class ExtendedLocation
java.lang.Object
com.azure.resourcemanager.appservice.models.ExtendedLocation
Extended Location.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExtendedLocation
public ExtendedLocation()Creates an instance of ExtendedLocation class.
-
-
Method Details
-
name
Get the name property: Name of extended location.- Returns:
- the name value.
-
withName
Set the name property: Name of extended location.- Parameters:
name- the name value to set.- Returns:
- the ExtendedLocation object itself.
-
type
Get the type property: Type of extended location.- Returns:
- the type value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-