Location Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET