次の方法で共有


ExpressRouteConnectionsOperationsExtensions.ListAsync メソッド

定義

ExpressRouteConnections を一覧表示します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.ExpressRouteConnectionList> ListAsync (this Microsoft.Azure.Management.Network.IExpressRouteConnectionsOperations operations, string resourceGroupName, string expressRouteGatewayName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Network.IExpressRouteConnectionsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.ExpressRouteConnectionList>
<Extension()>
Public Function ListAsync (operations As IExpressRouteConnectionsOperations, resourceGroupName As String, expressRouteGatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ExpressRouteConnectionList)

パラメーター

operations
IExpressRouteConnectionsOperations

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

resourceGroupName
String

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

expressRouteGatewayName
String

ExpressRoute ゲートウェイの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象