Location Interface

public interface Location

An immutable client-side representation of Location.

Method Summary

Modifier and Type Method and Description
abstract String displayName()

Gets the displayName property: The display name of the location.

abstract String id()

Gets the id property: The fully qualified ID of the location.

abstract LocationInner innerModel()

Gets the inner com.azure.resourcemanager.subscription.fluent.models.LocationInner object.

abstract String latitude()

Gets the latitude property: The latitude of the location.

abstract String longitude()

Gets the longitude property: The longitude of the location.

abstract String name()

Gets the name property: The location name.

abstract String subscriptionId()

Gets the subscriptionId property: The subscription ID.

Method Details

displayName

public abstract String displayName()

Gets the displayName property: The display name of the location.

Returns:

the displayName value.

id

public abstract 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.

innerModel

public abstract LocationInner innerModel()

Gets the inner com.azure.resourcemanager.subscription.fluent.models.LocationInner object.

Returns:

the inner object.

latitude

public abstract String latitude()

Gets the latitude property: The latitude of the location.

Returns:

the latitude value.

longitude

public abstract String longitude()

Gets the longitude property: The longitude of the location.

Returns:

the longitude value.

name

public abstract String name()

Gets the name property: The location name.

Returns:

the name value.

subscriptionId

public abstract String subscriptionId()

Gets the subscriptionId property: The subscription ID.

Returns:

the subscriptionId value.

Applies to