Compartir a través de


ApplicationGatewayPrivateEndpointConnectionsOperationsExtensions.Get Método

Definición

Obtiene la conexión de punto de conexión privado especificada en la puerta de enlace de aplicaciones.

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

Parámetros

operations
IApplicationGatewayPrivateEndpointConnectionsOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

applicationGatewayName
String

Nombre de la puerta de enlace de aplicaciones.

connectionName
String

Nombre de la conexión de punto de conexión privado de application Gateway.

Devoluciones

Se aplica a