Share via


NetworkWatchersOperationsExtensions.BeginListAvailableProviders Method

Definition

NOTE: This feature is currently in preview and still being tested for stability. Lists all available internet service providers for a specified Azure region.

public static Microsoft.Azure.Management.Network.Models.AvailableProvidersList BeginListAvailableProviders (this Microsoft.Azure.Management.Network.INetworkWatchersOperations operations, string resourceGroupName, string networkWatcherName, Microsoft.Azure.Management.Network.Models.AvailableProvidersListParameters parameters);
static member BeginListAvailableProviders : Microsoft.Azure.Management.Network.INetworkWatchersOperations * string * string * Microsoft.Azure.Management.Network.Models.AvailableProvidersListParameters -> Microsoft.Azure.Management.Network.Models.AvailableProvidersList
<Extension()>
Public Function BeginListAvailableProviders (operations As INetworkWatchersOperations, resourceGroupName As String, networkWatcherName As String, parameters As AvailableProvidersListParameters) As AvailableProvidersList

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.

Returns

Applies to