VpnLinkConnections interface
Interface representing a VpnLinkConnections.
Methods
begin |
Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group. |
begin |
Lists IKE Security Associations for Vpn Site Link Connection in the specified resource group. |
begin |
Resets the VpnLink connection specified. |
begin |
Resets the VpnLink connection specified. |
list |
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.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<VpnLinkConnectionsGetIkeSasResponse>, VpnLinkConnectionsGetIkeSasResponse>>
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.
The options parameters.
Returns
Promise<VpnLinkConnectionsGetIkeSasResponse>
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.
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.
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.
The options parameters.