ServiceBusManagementClientExtensions.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 static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusRegionsResponse> GetServiceBusRegionsAsync(this Microsoft.WindowsAzure.Management.ServiceBus.IServiceBusManagementClient operations);
static member GetServiceBusRegionsAsync : Microsoft.WindowsAzure.Management.ServiceBus.IServiceBusManagementClient -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusRegionsResponse>
<Extension()>
Public Function GetServiceBusRegionsAsync (operations As IServiceBusManagementClient) As Task(Of ServiceBusRegionsResponse)
Parameters
- operations
- IServiceBusManagementClient
Reference to the Microsoft.WindowsAzure.Management.ServiceBus.IServiceBusManagementClient.
Returns
A response to a request for a list of regions.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET