GatewayOperationsExtensions.GetIPsecParametersV2 Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Get IPsec Parameters V2 operation gets the IPsec parameters that have been set for the virtual network gateway connection
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
Parameters
- operations
- IGatewayOperations
Reference to the Microsoft.WindowsAzure.Management.Network.IGatewayOperations.
- gatewayId
- String
Required. The virtual network for this gateway Id.
- connectedentityId
- String
Required. The connected entity Id.
Returns
The response that will be returned from a GetIPsecParameters request. This contains the IPsec parameters for the specified connection.