Class GeoRegionProperties
- java.lang.Object
-
- com.azure.resourcemanager.appservice.fluent.models.GeoRegionProperties
-
public final class GeoRegionProperties extends Object
GeoRegion resource specific properties.
-
-
Constructor Summary
Constructors Constructor Description GeoRegionProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()Get the description property: Region description.StringdisplayName()Get the displayName property: Display name for region.StringorgDomain()Get the orgDomain property: Display name for region.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
description
public String description()
Get the description property: Region description.- Returns:
- the description value.
-
displayName
public String displayName()
Get the displayName property: Display name for region.- Returns:
- the displayName value.
-
orgDomain
public String orgDomain()
Get the orgDomain property: Display name for region.- Returns:
- the orgDomain value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-