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
System_CAPS_pubmethod LocationsListResponse.Location()

Initializes a new instance of the LocationsListResponse.Location class.

Properties

Name Description
System_CAPS_pubproperty AvailableServices

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

System_CAPS_pubproperty ComputeCapabilities

Optional. The compute capabilities in this location.

System_CAPS_pubproperty DisplayName

Gets or sets the display name of data center location.

System_CAPS_pubproperty Name

Gets or sets the name of a data center location.

System_CAPS_pubproperty StorageCapabilities

Optional. The storage capabilities in this location.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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