次の方法で共有


ExpressRouteGatewaysOperationsExtensions.GetAsync メソッド

定義

リソース グループ内の ExpressRoute ゲートウェイの詳細をフェッチします。

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

パラメーター

operations
IExpressRouteGatewaysOperations

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

resourceGroupName
String

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

expressRouteGatewayName
String

ExpressRoute ゲートウェイの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象