次の方法で共有


GatewayOperationsExtensions.GetIPsecParametersV2 メソッド

定義

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

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

パラメーター

operations
IGatewayOperations

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

gatewayId
String

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

connectedentityId
String

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

戻り値

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

適用対象