LocationOperationsExtensions Class

 

Represents the extensions for location management.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.LocationOperationsExtensions

Syntax

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

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static List(ILocationOperations)

Lists all of the data center locations that are available for a subscription.

System_CAPS_pubmethodSystem_CAPS_static ListAsync(ILocationOperations)

Asynchronously lists all of the data center locations that are available for a subscription.

Remarks

For more information about finding available data centers locations, see the following resources:

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 Namespace

Return to top