次の方法で共有


P2sVpnGatewaysOperationsExtensions.GetAsync メソッド

定義

仮想 wan p2s vpn ゲートウェイの詳細を取得します。

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

パラメーター

operations
IP2sVpnGatewaysOperations

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

resourceGroupName
String

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

gatewayName
String

ゲートウェイの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象