Share via


NetworkManagementClientExtensions.ListNetworkManagerEffectiveSecurityAdminRules Method

Definition

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

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

Returns

Applies to