GatewayOperationsExtensions.GetIPsecParametersV2Async 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 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)
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.