次の方法で共有


ExpressRouteLinksOperationsExtensions.ListAsync メソッド

定義

指定した ExpressRoutePort リソースの ExpressRouteLink サブリソースを取得します。

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

パラメーター

operations
IExpressRouteLinksOperations

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

resourceGroupName
String

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

expressRoutePortName
String

ExpressRoutePort リソースの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象