你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VirtualNetworkResource.GetNetworkManagerEffectiveSecurityAdminRulesAsync 方法

定义

列出在虚拟网络上应用的所有有效安全管理员规则。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/listNetworkManagerEffectiveSecurityAdminRules
  • Operation IdListNetworkManagerEffectiveSecurityAdminRules
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)

参数

content
NetworkManagementQueryContent

为列出正确页面提供的参数。

top
Nullable<Int32>

一个可选的查询参数,用于指定要由服务器返回的最大记录数。

cancellationToken
CancellationToken

要使用的取消标记。

返回

的异步集合 EffectiveBaseSecurityAdminRule ,可能需要多个服务请求进行迭代。

例外

content 为 null。

适用于