Udostępnij za pośrednictwem


IGatewayOperations.GetIPsecParametersV2Async Method

Definition

The Get IPsec Parameters V2 operation gets the IPsec parameters that have been set for the virtual network gateway connection

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse> GetIPsecParametersV2Async (string gatewayId, string connectedentityId, System.Threading.CancellationToken cancellationToken);
abstract member GetIPsecParametersV2Async : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse>
Public Function GetIPsecParametersV2Async (gatewayId As String, connectedentityId As String, cancellationToken As CancellationToken) As Task(Of GatewayGetIPsecParametersResponse)

Parameters

gatewayId
String

The virtual network for this gateway Id.

connectedentityId
String

The connected entity Id.

cancellationToken
CancellationToken

Cancellation token.

Returns

The response that will be returned from a GetIPsecParameters request. This contains the IPsec parameters for the specified connection.

Applies to