ILocationOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |