NetworkManagementClientExtensions.ListNetworkManagerEffectiveConnectivityConfigurations Method

Definition

List all effective connectivity configurations applied on a virtual network.

public static Microsoft.Azure.Management.Network.Models.NetworkManagerEffectiveConnectivityConfigurationListResult ListNetworkManagerEffectiveConnectivityConfigurations (this Microsoft.Azure.Management.Network.INetworkManagementClient operations, Microsoft.Azure.Management.Network.Models.QueryRequestOptions parameters, string resourceGroupName, string virtualNetworkName, int? top = default);
static member ListNetworkManagerEffectiveConnectivityConfigurations : Microsoft.Azure.Management.Network.INetworkManagementClient * Microsoft.Azure.Management.Network.Models.QueryRequestOptions * string * string * Nullable<int> -> Microsoft.Azure.Management.Network.Models.NetworkManagerEffectiveConnectivityConfigurationListResult
<Extension()>
Public Function ListNetworkManagerEffectiveConnectivityConfigurations (operations As INetworkManagementClient, parameters As QueryRequestOptions, resourceGroupName As String, virtualNetworkName As String, Optional top As Nullable(Of Integer) = Nothing) As NetworkManagerEffectiveConnectivityConfigurationListResult

Parameters

operations
INetworkManagementClient

The operations group for this extension method.

parameters
QueryRequestOptions

Parameters supplied to list correct page.

resourceGroupName
String

The name of the resource group.

virtualNetworkName
String

The name of the virtual network.

top
Nullable<Int32>

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

Returns

Applies to