VirtualNetworkResource.GetNetworkManagerEffectiveSecurityAdminRules 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 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: 2024-03-01
- Resource: ExpressRouteProviderPortResource
public virtual Azure.Pageable<Azure.ResourceManager.Network.Models.EffectiveBaseSecurityAdminRule> GetNetworkManagerEffectiveSecurityAdminRules (Azure.ResourceManager.Network.Models.NetworkManagementQueryContent content, int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetworkManagerEffectiveSecurityAdminRules : Azure.ResourceManager.Network.Models.NetworkManagementQueryContent * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.Models.EffectiveBaseSecurityAdminRule>
override this.GetNetworkManagerEffectiveSecurityAdminRules : Azure.ResourceManager.Network.Models.NetworkManagementQueryContent * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.Models.EffectiveBaseSecurityAdminRule>
Public Overridable Function GetNetworkManagerEffectiveSecurityAdminRules (content As NetworkManagementQueryContent, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of EffectiveBaseSecurityAdminRule)
Parameters
- content
- NetworkManagementQueryContent
Parameters supplied to list correct page.
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
A collection of EffectiveBaseSecurityAdminRule that may take multiple service requests to iterate over.
Exceptions
content
is null.
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