Class LocationListResult

java.lang.Object
com.azure.resourcemanager.subscription.models.LocationListResult

public final class LocationListResult extends Object
Location list operation response.
  • Constructor Details

    • LocationListResult

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

    • value

      public List<LocationInner> value()
      Get the value property: An array of locations.
      Returns:
      the value value.
    • withValue

      public LocationListResult withValue(List<LocationInner> value)
      Set the value property: An array of locations.
      Parameters:
      value - the value value to set.
      Returns:
      the LocationListResult object itself.
    • validate

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