LocationsListResponse.Location Class

 

Represents a data center location.

Namespace:   Microsoft.WindowsAzure.Management.Models
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Models.LocationsListResponse.Location

Syntax

public class Location
public ref class Location 
type Location = class end
Public Class Location

Constructors

Name Description
LocationsListResponse.Location()

Initializes a new instance of the LocationsListResponse.Location class.

Properties

Name Description
AvailableServices

Gets or sets a list of services that are available at a location.

ComputeCapabilities

Optional. The compute capabilities in this location.

DisplayName

Gets or sets the display name of data center location.

Name

Gets or sets the name of a data center location.

StorageCapabilities

Optional. The storage capabilities in this location.

Methods

Name Description
Equals(Object)

(Inherited from Object.)

Finalize()

(Inherited from Object.)

GetHashCode()

(Inherited from Object.)

GetType()

(Inherited from Object.)

MemberwiseClone()

(Inherited from Object.)

ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Models Namespace

Return to top