ServiceBusManagementClient.GetServiceBusRegionsAsync Method

Definition

Retrieves the list of regions that support the creation and management of Service Bus service namespaces. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj860465.aspx for more information)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusRegionsResponse> GetServiceBusRegionsAsync (System.Threading.CancellationToken cancellationToken);
abstract member GetServiceBusRegionsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusRegionsResponse>
override this.GetServiceBusRegionsAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusRegionsResponse>
Public Function GetServiceBusRegionsAsync (cancellationToken As CancellationToken) As Task(Of ServiceBusRegionsResponse)

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

A response to a request for a list of regions.

Implements

Applies to