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.
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.GatewayGetIPsecParametersResponseThe response that will be returned from a GetIPsecParameters request. This contains the IPsec parameters for the specified connection.
Show: