次の方法で共有


VirtualNetworkResource.GetNetworkManagerEffectiveConnectivityConfigurationsAsync メソッド

定義

仮想ネットワークに適用されたすべての有効な接続構成を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{virtualNetworkName}/listNetworkManagerEffectiveConnectivityConfigurations
  • 操作 IdListNetworkManagerEffectiveConnectivityConfigurations
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.Models.EffectiveConnectivityConfiguration> GetNetworkManagerEffectiveConnectivityConfigurationsAsync (Azure.ResourceManager.Network.Models.NetworkManagementQueryContent content, int? top = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNetworkManagerEffectiveConnectivityConfigurationsAsync : Azure.ResourceManager.Network.Models.NetworkManagementQueryContent * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.EffectiveConnectivityConfiguration>
override this.GetNetworkManagerEffectiveConnectivityConfigurationsAsync : Azure.ResourceManager.Network.Models.NetworkManagementQueryContent * Nullable<int> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.Models.EffectiveConnectivityConfiguration>
Public Overridable Function GetNetworkManagerEffectiveConnectivityConfigurationsAsync (content As NetworkManagementQueryContent, Optional top As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of EffectiveConnectivityConfiguration)

パラメーター

content
NetworkManagementQueryContent

正しいページを一覧表示するために指定されたパラメーター。

top
Nullable<Int32>

サーバーから返されるレコードの最大数を指定する省略可能なクエリ パラメーター。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の EffectiveConnectivityConfiguration サービス要求を受け取る可能性がある の非同期コレクション。

例外

content が null です。

適用対象