ServiceBusManagementClientExtensions.GetServiceBusRegions 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 static Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusRegionsResponse GetServiceBusRegions (this Microsoft.WindowsAzure.Management.ServiceBus.IServiceBusManagementClient operations);
static member GetServiceBusRegions : Microsoft.WindowsAzure.Management.ServiceBus.IServiceBusManagementClient -> Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusRegionsResponse
<Extension()>
Public Function GetServiceBusRegions (operations As IServiceBusManagementClient) As ServiceBusRegionsResponse
Parameters
- operations
- IServiceBusManagementClient
Reference to the Microsoft.WindowsAzure.Management.ServiceBus.IServiceBusManagementClient.
Returns
A response to a request for a list of regions.