VpnSiteLinkConnections interface
Interface representing a VpnSiteLinkConnections.
Methods
get(string, string, string, string, Vpn |
Retrieves the details of a vpn site link connection. |
Method Details
get(string, string, string, string, VpnSiteLinkConnectionsGetOptionalParams)
Retrieves the details of a vpn site link connection.
function get(resourceGroupName: string, gatewayName: string, connectionName: string, linkConnectionName: string, options?: VpnSiteLinkConnectionsGetOptionalParams): Promise<VpnSiteLinkConnection>
Parameters
- resourceGroupName
-
string
The resource group name of the VpnGateway.
- gatewayName
-
string
The name of the gateway.
- connectionName
-
string
The name of the vpn connection.
- linkConnectionName
-
string
The name of the vpn connection.
The options parameters.
Returns
Promise<VpnSiteLinkConnection>