Share via


LocationAvailableServiceNames Class

 

Specifies the services that are available at a location.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Models.LocationAvailableServiceNames

Syntax

public static class LocationAvailableServiceNames
public ref class LocationAvailableServiceNames abstract sealed 
[<AbstractClass>]
[<Sealed>]
type LocationAvailableServiceNames = class end
Public NotInheritable Class LocationAvailableServiceNames

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static Compute

Specifies that the Compute service is available at the location.

System_CAPS_pubfieldSystem_CAPS_static HighMemory

Specifies that the HighMemory service is available at the location.

System_CAPS_pubfieldSystem_CAPS_static PersistentVMRole

Specifies that the PersistentVMRole service is available at the location.

System_CAPS_pubfieldSystem_CAPS_static Storage

Specifies that the Storage service is available at the location.

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