java.lang.Object
com.azure.resourcemanager.subscription.fluent.models.LocationInner

public final class LocationInner extends Object
Location information.
  • Constructor Details

    • LocationInner

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

    • id

      public String id()
      Get the id property: The fully qualified ID of the location. For example, /subscriptions/00000000-0000-0000-0000-000000000000/locations/westus.
      Returns:
      the id value.
    • subscriptionId

      public String subscriptionId()
      Get the subscriptionId property: The subscription ID.
      Returns:
      the subscriptionId value.
    • name

      public String name()
      Get the name property: The location name.
      Returns:
      the name value.
    • displayName

      public String displayName()
      Get the displayName property: The display name of the location.
      Returns:
      the displayName value.
    • latitude

      public String latitude()
      Get the latitude property: The latitude of the location.
      Returns:
      the latitude value.
    • longitude

      public String longitude()
      Get the longitude property: The longitude of the location.
      Returns:
      the longitude value.
    • validate

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