次の方法で共有


GatewayOperationsExtensions.GetIPsecParametersV2Async メソッド

定義

[IPsec パラメーター V2 の取得] 操作では、仮想ネットワーク ゲートウェイ接続用に設定されている IPsec パラメーターを取得します

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse> GetIPsecParametersV2Async(this Microsoft.WindowsAzure.Management.Network.IGatewayOperations operations, string gatewayId, string connectedentityId);
static member GetIPsecParametersV2Async : Microsoft.WindowsAzure.Management.Network.IGatewayOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse>
<Extension()>
Public Function GetIPsecParametersV2Async (operations As IGatewayOperations, gatewayId As String, connectedentityId As String) As Task(Of GatewayGetIPsecParametersResponse)

パラメーター

operations
IGatewayOperations

Microsoft.WindowsAzure.Management.Network.IGatewayOperations への参照。

gatewayId
String

必須。 このゲートウェイ ID の仮想ネットワーク。

connectedentityId
String

必須。 接続されたエンティティ ID。

戻り値

GetIPsecParameters 要求から返される応答。 これには、指定された接続の IPsec パラメーターが含まれます。

適用対象