次の方法で共有


ExpressRouteLinksOperationsExtensions.GetAsync メソッド

定義

指定した ExpressRouteLink リソースを取得します。

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

パラメーター

operations
IExpressRouteLinksOperations

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

resourceGroupName
String

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

expressRoutePortName
String

ExpressRoutePort リソースの名前。

linkName
String

ExpressRouteLink リソースの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象