NetworkManagementClientExtensions.ListNetworkManagerEffectiveSecurityAdminRulesAsync Method

Definition

List all effective security admin rules applied on a virtual network.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.NetworkManagerEffectiveSecurityAdminRulesListResult> ListNetworkManagerEffectiveSecurityAdminRulesAsync (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 ListNetworkManagerEffectiveSecurityAdminRulesAsync : 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.NetworkManagerEffectiveSecurityAdminRulesListResult>
<Extension()>
Public Function ListNetworkManagerEffectiveSecurityAdminRulesAsync (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 NetworkManagerEffectiveSecurityAdminRulesListResult)

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.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to