Class PremiumMessagingRegionProperties
- java.lang.Object
-
- com.azure.resourcemanager.servicebus.models.PremiumMessagingRegionProperties
-
public final class PremiumMessagingRegionProperties extends Object
The PremiumMessagingRegionProperties model.
-
-
Constructor Summary
Constructors Constructor Description PremiumMessagingRegionProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcode()Get the code property: Region code.StringfullName()Get the fullName property: Full name of the region.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
code
public String code()
Get the code property: Region code.- Returns:
- the code value.
-
fullName
public String fullName()
Get the fullName property: Full name of the region.- Returns:
- the fullName value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-