次の方法で共有


VirtualNetworkGatewaysOperationsExtensions.SupportedVpnDevicesAsync メソッド

定義

サポートされている vpn デバイスの xml 形式の表現を取得します。

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

パラメーター

operations
IVirtualNetworkGatewaysOperations

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

resourceGroupName
String

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

virtualNetworkGatewayName
String

仮想ネットワーク ゲートウェイの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象