Share via


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)

Syntax

public static GatewayGetIPsecParametersResponse GetIPsecParameters(
    this IGatewayOperations operations,
    string networkName,
    string localNetworkName
)
public:
[ExtensionAttribute]
static GatewayGetIPsecParametersResponse^ GetIPsecParameters(
    IGatewayOperations^ operations,
    String^ networkName,
    String^ localNetworkName
)
static member GetIPsecParameters : 
        operations:IGatewayOperations *
        networkName:string *
        localNetworkName:string -> GatewayGetIPsecParametersResponse
<ExtensionAttribute>
Public Shared Function GetIPsecParameters (
    operations As IGatewayOperations,
    networkName As String,
    localNetworkName As String
) As GatewayGetIPsecParametersResponse

Parameters

  • 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.

See Also

GatewayOperationsExtensions Class
Microsoft.WindowsAzure.Management.Network Namespace

Return to top