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

VirtualNetworkResource.GetNetworkManagerEffectiveConnectivityConfigurations 方法

定义

列出在虚拟网络上应用的所有有效连接配置。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/listNetworkManagerEffectiveConnectivityConfigurations
  • 操作 IdListNetworkManagerEffectiveConnectivityConfigurations
public virtual Azure.Pageable<Azure.ResourceManager.Network.Models.EffectiveConnectivityConfiguration> GetNetworkManagerEffectiveConnectivityConfigurations (Azure.ResourceManager.Network.Models.NetworkManagementQueryContent content, int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetworkManagerEffectiveConnectivityConfigurations : Azure.ResourceManager.Network.Models.NetworkManagementQueryContent * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.Models.EffectiveConnectivityConfiguration>
override this.GetNetworkManagerEffectiveConnectivityConfigurations : Azure.ResourceManager.Network.Models.NetworkManagementQueryContent * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Network.Models.EffectiveConnectivityConfiguration>
Public Overridable Function GetNetworkManagerEffectiveConnectivityConfigurations (content As NetworkManagementQueryContent, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of EffectiveConnectivityConfiguration)

参数

content
NetworkManagementQueryContent

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

top
Nullable<Int32>

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

cancellationToken
CancellationToken

要使用的取消标记。

返回

的集合 EffectiveConnectivityConfiguration ,可能需要多个服务请求才能循环访问。

例外

content 为 null。

适用于