Share via


VirtualNetworkResource.GetNetworkManagerEffectiveSecurityAdminRulesAsync Method

Definition

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

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/listNetworkManagerEffectiveSecurityAdminRules
  • Operation Id: ListNetworkManagerEffectiveSecurityAdminRules
  • Default Api Version: 2023-09-01
  • Resource: ExpressRouteProviderPortResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.Models.EffectiveBaseSecurityAdminRule> GetNetworkManagerEffectiveSecurityAdminRulesAsync (Azure.ResourceManager.Network.Models.NetworkManagementQueryContent content, int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetworkManagerEffectiveSecurityAdminRulesAsync : Azure.ResourceManager.Network.Models.NetworkManagementQueryContent * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.EffectiveBaseSecurityAdminRule>
override this.GetNetworkManagerEffectiveSecurityAdminRulesAsync : Azure.ResourceManager.Network.Models.NetworkManagementQueryContent * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.EffectiveBaseSecurityAdminRule>
Public Overridable Function GetNetworkManagerEffectiveSecurityAdminRulesAsync (content As NetworkManagementQueryContent, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of EffectiveBaseSecurityAdminRule)

Parameters

content
NetworkManagementQueryContent

Parameters supplied to list correct page.

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 to use.

Returns

An async collection of EffectiveBaseSecurityAdminRule that may take multiple service requests to iterate over.

Exceptions

content is null.

Applies to