Interface Location


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

    Modifier and Type
    Method
    Description
    Gets the displayName property: The display name of the location.
    id()
    Gets the id property: The fully qualified ID of the location.
    Gets the inner com.azure.resourcemanager.subscription.fluent.models.LocationInner object.
    Gets the latitude property: The latitude of the location.
    Gets the longitude property: The longitude of the location.
    Gets the name property: The location name.
    Gets the subscriptionId property: The subscription ID.
  • Method Details

    • id

      String id()
      Gets 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

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

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

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

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

      String longitude()
      Gets the longitude property: The longitude of the location.
      Returns:
      the longitude value.
    • innerModel

      LocationInner innerModel()
      Gets the inner com.azure.resourcemanager.subscription.fluent.models.LocationInner object.
      Returns:
      the inner object.