ILocationOperations Interface

Definition

The Service Management API includes operations for listing the available data center locations for a hosted service in your subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg441299.aspx for more information)

public interface ILocationOperations
type ILocationOperations = interface
Public Interface ILocationOperations

Methods

ListAsync(CancellationToken)

The List Locations operation lists all of the data center locations that are valid for your subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg441293.aspx for more information)

Extension Methods

List(ILocationOperations)

The List Locations operation lists all of the data center locations that are valid for your subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg441293.aspx for more information)

ListAsync(ILocationOperations)

The List Locations operation lists all of the data center locations that are valid for your subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/gg441293.aspx for more information)

Applies to