Interface RegionContract


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.RegionContractInner object.
    Gets the isDeleted property: whether Region is deleted.
    Gets the isMasterRegion property: whether Region is the master region.
    Gets the name property: Region name.
  • Method Details

    • 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.