NetworkManagementClientExtensions.ListNetworkManagerEffectiveConnectivityConfigurationsAsync 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.
List all effective connectivity configurations applied on a virtual network.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.NetworkManagerEffectiveConnectivityConfigurationListResult> ListNetworkManagerEffectiveConnectivityConfigurationsAsync (this Microsoft.Azure.Management.Network.INetworkManagementClient operations, Microsoft.Azure.Management.Network.Models.QueryRequestOptions parameters, string resourceGroupName, string virtualNetworkName, int? top = default, System.Threading.CancellationToken cancellationToken = default);
static member ListNetworkManagerEffectiveConnectivityConfigurationsAsync : Microsoft.Azure.Management.Network.INetworkManagementClient * Microsoft.Azure.Management.Network.Models.QueryRequestOptions * string * string * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.NetworkManagerEffectiveConnectivityConfigurationListResult>
<Extension()>
Public Function ListNetworkManagerEffectiveConnectivityConfigurationsAsync (operations As INetworkManagementClient, parameters As QueryRequestOptions, resourceGroupName As String, virtualNetworkName As String, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET