PremiumMessagingRegionsOperationsExtensions.ListAsync(IPremiumMessagingRegionsOperations, CancellationToken) 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.
Gets the available premium messaging regions for servicebus
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceBus.Models.PremiumMessagingRegions>> ListAsync (this Microsoft.Azure.Management.ServiceBus.IPremiumMessagingRegionsOperations operations, System.Threading.CancellationToken cancellationToken = null);
static member ListAsync : Microsoft.Azure.Management.ServiceBus.IPremiumMessagingRegionsOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceBus.Models.PremiumMessagingRegions>>
Parameters
- operations
- IPremiumMessagingRegionsOperations
The operations group for this extension method.
- cancellationToken
- System.Threading.CancellationToken
The cancellation token.
Returns
- System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<PremiumMessagingRegions>>