Class ExtendedLocation
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.ExtendedLocation
-
public final class ExtendedLocation extends Object
Extended Location.
-
-
Constructor Summary
Constructors Constructor Description ExtendedLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()Get the name property: Name of extended location.Stringtype()Get the type property: Type of extended location.voidvalidate()Validates the instance.ExtendedLocationwithName(String name)Set the name property: Name of extended location.
-
-
-
Method Detail
-
name
public String name()
Get the name property: Name of extended location.- Returns:
- the name value.
-
withName
public ExtendedLocation withName(String name)
Set the name property: Name of extended location.- Parameters:
name- the name value to set.- Returns:
- the ExtendedLocation object itself.
-
type
public String 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.
-
-