NetworkManagementClientExtensions.ListActiveConnectivityConfigurationsAsync Method

Definition

Lists active connectivity configurations in a network manager.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.ActiveConnectivityConfigurationsListResult> ListActiveConnectivityConfigurationsAsync (this Microsoft.Azure.Management.Network.INetworkManagementClient operations, Microsoft.Azure.Management.Network.Models.ActiveConfigurationParameter parameters, string resourceGroupName, string networkManagerName, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListActiveConnectivityConfigurationsAsync : Microsoft.Azure.Management.Network.INetworkManagementClient * Microsoft.Azure.Management.Network.Models.ActiveConfigurationParameter * string * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.ActiveConnectivityConfigurationsListResult>
<Extension()>
Public Function ListActiveConnectivityConfigurationsAsync (operations As INetworkManagementClient, parameters As ActiveConfigurationParameter, resourceGroupName As String, networkManagerName As String, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ActiveConnectivityConfigurationsListResult)

Parameters

operations
INetworkManagementClient

The operations group for this extension method.

parameters
ActiveConfigurationParameter

Active Configuration Parameter.

resourceGroupName
String

The name of the resource group.

networkManagerName
String

The name of the network manager.

top
Nullable<Int32>

An optional query parameter which specifies the maximum number of records to be returned by the server.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to