Class GeoRegionInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.appservice.models.ProxyOnlyResource
-
- com.azure.resourcemanager.appservice.fluent.models.GeoRegionInner
-
public final class GeoRegionInner extends ProxyOnlyResource
Geographical region.
-
-
Constructor Summary
Constructors Constructor Description GeoRegionInner()
-
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.GeoRegionInnerwithKind(String kind)Set the kind property: Kind of resource.-
Methods inherited from class com.azure.resourcemanager.appservice.models.ProxyOnlyResource
kind
-
-
-
-
Method Detail
-
withKind
public GeoRegionInner withKind(String kind)
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- Parameters:
kind- the kind value to set.- Returns:
- the ProxyOnlyResource object itself.
-
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.- Overrides:
validatein classProxyOnlyResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-