VpnLinkConnections interface

Interface representing a VpnLinkConnections.

Methods

beginGetIkeSas(string, string, string, string, VpnLinkConnectionsGetIkeSasOptionalParams)

Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.

beginGetIkeSasAndWait(string, string, string, string, VpnLinkConnectionsGetIkeSasOptionalParams)

Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.

beginResetConnection(string, string, string, string, VpnLinkConnectionsResetConnectionOptionalParams)

Resets the VpnLink connection specified.

beginResetConnectionAndWait(string, string, string, string, VpnLinkConnectionsResetConnectionOptionalParams)

Resets the VpnLink connection specified.

listByVpnConnection(string, string, string, VpnLinkConnectionsListByVpnConnectionOptionalParams)

Retrieves all vpn site link connections for a particular virtual wan vpn gateway vpn connection.

Method Details

beginGetIkeSas(string, string, string, string, VpnLinkConnectionsGetIkeSasOptionalParams)

Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.

function beginGetIkeSas(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsGetIkeSasOptionalParams): Promise<SimplePollerLike<OperationState<VpnLinkConnectionsGetIkeSasResponse>, VpnLinkConnectionsGetIkeSasResponse>>

Parameters

resourceGroupName

string

The name of the resource group.

gatewayName

string

The name of the gateway.

connectionName

string

The name of the vpn connection.

linkConnectionName

string

The name of the vpn link connection.

options
VpnLinkConnectionsGetIkeSasOptionalParams

The options parameters.

Returns

beginGetIkeSasAndWait(string, string, string, string, VpnLinkConnectionsGetIkeSasOptionalParams)

Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group.

function beginGetIkeSasAndWait(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsGetIkeSasOptionalParams): Promise<VpnLinkConnectionsGetIkeSasResponse>

Parameters

resourceGroupName

string

The name of the resource group.

gatewayName

string

The name of the gateway.

connectionName

string

The name of the vpn connection.

linkConnectionName

string

The name of the vpn link connection.

options
VpnLinkConnectionsGetIkeSasOptionalParams

The options parameters.

Returns

beginResetConnection(string, string, string, string, VpnLinkConnectionsResetConnectionOptionalParams)

Resets the VpnLink connection specified.

function beginResetConnection(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsResetConnectionOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parameters

resourceGroupName

string

The name of the resource group.

gatewayName

string

The name of the gateway.

connectionName

string

The name of the vpn connection.

linkConnectionName

string

The name of the vpn link connection.

options
VpnLinkConnectionsResetConnectionOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginResetConnectionAndWait(string, string, string, string, VpnLinkConnectionsResetConnectionOptionalParams)

Resets the VpnLink connection specified.

function beginResetConnectionAndWait(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnLinkConnectionsResetConnectionOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group.

gatewayName

string

The name of the gateway.

connectionName

string

The name of the vpn connection.

linkConnectionName

string

The name of the vpn link connection.

options
VpnLinkConnectionsResetConnectionOptionalParams

The options parameters.

Returns

Promise<void>

listByVpnConnection(string, string, string, VpnLinkConnectionsListByVpnConnectionOptionalParams)

Retrieves all vpn site link connections for a particular virtual wan vpn gateway vpn connection.

function listByVpnConnection(resourceGroupName: string, gatewayName: string, connectionName: string, options?: VpnLinkConnectionsListByVpnConnectionOptionalParams): PagedAsyncIterableIterator<VpnSiteLinkConnection, VpnSiteLinkConnection[], PageSettings>

Parameters

resourceGroupName

string

The resource group name of the vpn gateway.

gatewayName

string

The name of the gateway.

connectionName

string

The name of the vpn connection.

options
VpnLinkConnectionsListByVpnConnectionOptionalParams

The options parameters.

Returns