Condividi tramite


VpnSiteLinkConnectionsOperationsExtensions.Get Method

Definition

Retrieves the details of a vpn site link connection.

public static Microsoft.Azure.Management.Network.Models.VpnSiteLinkConnection Get (this Microsoft.Azure.Management.Network.IVpnSiteLinkConnectionsOperations operations, string resourceGroupName, string gatewayName, string connectionName, string linkConnectionName);
static member Get : Microsoft.Azure.Management.Network.IVpnSiteLinkConnectionsOperations * string * string * string * string -> Microsoft.Azure.Management.Network.Models.VpnSiteLinkConnection
<Extension()>
Public Function Get (operations As IVpnSiteLinkConnectionsOperations, resourceGroupName As String, gatewayName As String, connectionName As String, linkConnectionName As String) As VpnSiteLinkConnection

Parameters

operations
IVpnSiteLinkConnectionsOperations

The operations group for this extension method.

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.

Returns

Applies to