GatewayOperationsExtensions.GetIPsecParametersAsync Method (IGatewayOperations, String, String)

 

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.

Namespace:   Microsoft.WindowsAzure.Management.Network
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

<ExtensionAttribute>
Public Shared Function GetIPsecParametersAsync (
	operations As IGatewayOperations,
	networkName As String,
	localNetworkName As String
) As Task(Of GatewayGetIPsecParametersResponse)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Network.IGatewayOperations

Reference to the Microsoft.WindowsAzure.Management.Network.IGatewayOperations.

networkName
Type: System.String

Required. The name of the virtual network for this gateway.

localNetworkName
Type: System.String

Required. The name of the local network.

Return Value

Type: System.Threading.Tasks.Task(Of GatewayGetIPsecParametersResponse)

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

Return to top
Show: