java.lang.Object
com.azure.resourcemanager.hybridcompute.models.LocationData

public final class LocationData extends Object
Metadata pertaining to the geographic location of the resource.
  • Constructor Details

    • LocationData

      public LocationData()
      Creates an instance of LocationData class.
  • Method Details

    • name

      public String name()
      Get the name property: A canonical name for the geographic or physical location.
      Returns:
      the name value.
    • withName

      public LocationData withName(String name)
      Set the name property: A canonical name for the geographic or physical location.
      Parameters:
      name - the name value to set.
      Returns:
      the LocationData object itself.
    • city

      public String city()
      Get the city property: The city or locality where the resource is located.
      Returns:
      the city value.
    • withCity

      public LocationData withCity(String city)
      Set the city property: The city or locality where the resource is located.
      Parameters:
      city - the city value to set.
      Returns:
      the LocationData object itself.
    • district

      public String district()
      Get the district property: The district, state, or province where the resource is located.
      Returns:
      the district value.
    • withDistrict

      public LocationData withDistrict(String district)
      Set the district property: The district, state, or province where the resource is located.
      Parameters:
      district - the district value to set.
      Returns:
      the LocationData object itself.
    • countryOrRegion

      public String countryOrRegion()
      Get the countryOrRegion property: The country or region where the resource is located.
      Returns:
      the countryOrRegion value.
    • withCountryOrRegion

      public LocationData withCountryOrRegion(String countryOrRegion)
      Set the countryOrRegion property: The country or region where the resource is located.
      Parameters:
      countryOrRegion - the countryOrRegion value to set.
      Returns:
      the LocationData object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.