IGatewayOperations::GetIPsecParametersAsync Method (String^, String^, CancellationToken)
The Get IPsec Parameters operation gets the IPsec parameters that have been set for the connection between the provided virtual network gateway and the provided local network site.
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Task<GatewayGetIPsecParametersResponse^>^ GetIPsecParametersAsync( String^ networkName, String^ localNetworkName, CancellationToken cancellationToken )
Parameters
- networkName
-
Type:
System::String^
The name of the virtual network for this gateway.
- localNetworkName
-
Type:
System::String^
The name of the local network.
- cancellationToken
-
Type:
System.Threading::CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks::Task<GatewayGetIPsecParametersResponse^>^The response that will be returned from a GetIPsecParameters request. This contains the IPsec parameters for the specified connection.
Show: