次の方法で共有


NetworkManagementClientExtensions.ListActiveConnectivityConfigurations メソッド

定義

ネットワーク マネージャーのアクティブな接続構成を一覧表示します。

public static Microsoft.Azure.Management.Network.Models.ActiveConnectivityConfigurationsListResult ListActiveConnectivityConfigurations (this Microsoft.Azure.Management.Network.INetworkManagementClient operations, Microsoft.Azure.Management.Network.Models.ActiveConfigurationParameter parameters, string resourceGroupName, string networkManagerName, int? top = default);
static member ListActiveConnectivityConfigurations : Microsoft.Azure.Management.Network.INetworkManagementClient * Microsoft.Azure.Management.Network.Models.ActiveConfigurationParameter * string * string * Nullable<int> -> Microsoft.Azure.Management.Network.Models.ActiveConnectivityConfigurationsListResult
<Extension()>
Public Function ListActiveConnectivityConfigurations (operations As INetworkManagementClient, parameters As ActiveConfigurationParameter, resourceGroupName As String, networkManagerName As String, Optional top As Nullable(Of Integer) = Nothing) As ActiveConnectivityConfigurationsListResult

パラメーター

operations
INetworkManagementClient

この拡張メソッドの操作グループ。

parameters
ActiveConfigurationParameter

アクティブな構成パラメーター。

resourceGroupName
String

リソース グループの名前。

networkManagerName
String

ネットワーク マネージャーの名前。

top
Nullable<Int32>

サーバーから返されるレコードの最大数を指定するオプションのクエリ パラメーター。

戻り値

適用対象