次の方法で共有


LocalNetworkGatewaysOperationsExtensions.GetAsync メソッド

定義

リソース グループ内の指定されたローカル ネットワーク ゲートウェイを取得します。

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

パラメーター

operations
ILocalNetworkGatewaysOperations

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

resourceGroupName
String

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

localNetworkGatewayName
String

ローカル ネットワーク ゲートウェイの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象