VpnSiteLinkConnectionsOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:vpn_site_link_connections> attribute.
Constructor
VpnSiteLinkConnectionsOperations(*args, **kwargs)
Methods
| get |
Retrieves the details of a vpn site link connection. |
get
Retrieves the details of a vpn site link connection.
get(resource_group_name: str, gateway_name: str, connection_name: str, link_connection_name: str, **kwargs: Any) -> VpnSiteLinkConnection
Parameters
| Name | Description |
|---|---|
|
resource_group_name
Required
|
The name of the resource group. The name is case insensitive. Required. |
|
gateway_name
Required
|
The name of the vpn gateway. Required. |
|
connection_name
Required
|
The name of the vpn connection. Required. |
|
link_connection_name
Required
|
The name of the vpn link connection. Required. |
Returns
| Type | Description |
|---|---|
|
VpnSiteLinkConnection. The VpnSiteLinkConnection is compatible with MutableMapping |
Exceptions
| Type | Description |
|---|---|