ILocationOperations Interface

 

Represents the interface for operations that are used to obtain location information.

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

Syntax

public interface ILocationOperations
public interface class ILocationOperations
type ILocationOperations = interface end
Public Interface ILocationOperations

Methods

Name Description
System_CAPS_pubmethod ListAsync(CancellationToken)

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

Extension Methods

Name Description
System_CAPS_pubmethod List()

Lists all of the data center locations that are available for a subscription.(Defined by LocationOperationsExtensions.)

System_CAPS_pubmethod ListAsync()

Asynchronously lists all of the data center locations that are available for a subscription.(Defined by LocationOperationsExtensions.)

Remarks

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

See Also

Microsoft.WindowsAzure.Management Namespace

Return to top