Class GeoRegionInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appservice.models.ProxyOnlyResource
com.azure.resourcemanager.appservice.fluent.models.GeoRegionInner
Geographical region.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the description property: Region description.Get the displayName property: Display name for region.Get the orgDomain property: Display name for region.voidvalidate()Validates the instance.Set the kind property: Kind of resource.Methods inherited from class com.azure.resourcemanager.appservice.models.ProxyOnlyResource
kindMethods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
GeoRegionInner
public GeoRegionInner()Creates an instance of GeoRegionInner class.
-
-
Method Details
-
withKind
Set the kind property: Kind of resource.- Overrides:
withKindin classProxyOnlyResource- Parameters:
kind- the kind value to set.- Returns:
- the ProxyOnlyResource object itself.
-
description
Get the description property: Region description.- Returns:
- the description value.
-
displayName
Get the displayName property: Display name for region.- Returns:
- the displayName value.
-
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.
-