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

public static GatewayGetIPsecParametersResponse GetIPsecParameters(
	this IGatewayOperations operations,
	string networkName,
	string localNetworkName
)

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: Microsoft.WindowsAzure.Management.Network.Models.GatewayGetIPsecParametersResponse

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

Return to top
Show: