ServiceBusManagementClient.GetServiceBusRegionsAsync Method
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.
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.