Class Location

java.lang.Object
org.jclouds.azurecompute.arm.domain.Location

public abstract class Location extends Object
A data center location that is valid for your subscription.
  • Constructor Details

    • Location

      public Location()
  • Method Details

    • id

      public abstract String id()
      The id of the data center.
    • name

      public abstract String name()
      The name of the data center location. Ex. West Europe.
    • displayName

      public abstract String displayName()
      The localized name of the data center location.
    • longitude

      public abstract String longitude()
      The longitude of the datacenter
    • latitude

      public abstract String latitude()
      The latitude of the datacenter
    • create

      public static Location create(String id, String name, String displayName, String longitude, String latitude)