Location Class

Definition

Location information.

public class Location
type Location = class
Public Class Location
Inheritance
Location

Constructors

Location()

Initializes a new instance of the Location class.

Location(String, String, String, String, String, String)

Initializes a new instance of the Location class.

Properties

DisplayName

Gets the display name of the location.

Id

Gets the fully qualified ID of the location. For example, /subscriptions/00000000-0000-0000-0000-000000000000/locations/westus.

Latitude

Gets the latitude of the location.

Longitude

Gets the longitude of the location.

Name

Gets the location name.

SubscriptionId

Gets the subscription ID.

Applies to