Share via


NetworkWatchersOperationsExtensions.BeginListAvailableProvidersAsync Method

Definition

Lists all available internet service providers for a specified Azure region.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.AvailableProvidersListInner> BeginListAvailableProvidersAsync (this Microsoft.Azure.Management.Network.Fluent.INetworkWatchersOperations operations, string resourceGroupName, string networkWatcherName, Microsoft.Azure.Management.Network.Fluent.Models.AvailableProvidersListParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginListAvailableProvidersAsync : Microsoft.Azure.Management.Network.Fluent.INetworkWatchersOperations * string * string * Microsoft.Azure.Management.Network.Fluent.Models.AvailableProvidersListParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.AvailableProvidersListInner>
<Extension()>
Public Function BeginListAvailableProvidersAsync (operations As INetworkWatchersOperations, resourceGroupName As String, networkWatcherName As String, parameters As AvailableProvidersListParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AvailableProvidersListInner)

Parameters

operations
INetworkWatchersOperations

The operations group for this extension method.

resourceGroupName
String

The name of the network watcher resource group.

networkWatcherName
String

The name of the network watcher resource.

parameters
AvailableProvidersListParameters

Parameters that scope the list of available providers.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to