Interface RegionContract


  • public interface RegionContract
    An immutable client-side representation of RegionContract.
    • Method Detail

      • name

        String name()
        Gets the name property: Region name.
        Returns:
        the name value.
      • isMasterRegion

        Boolean isMasterRegion()
        Gets the isMasterRegion property: whether Region is the master region.
        Returns:
        the isMasterRegion value.
      • isDeleted

        Boolean isDeleted()
        Gets the isDeleted property: whether Region is deleted.
        Returns:
        the isDeleted value.
      • innerModel

        RegionContractInner innerModel()
        Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.RegionContractInner object.
        Returns:
        the inner object.