Compartir a través de


AppServiceEnvironmentsOperationsExtensions.GetPrivateEndpointConnection Método

Definición

Obtiene una conexión de punto de conexión privado.

public static Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource GetPrivateEndpointConnection (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string privateEndpointConnectionName);
static member GetPrivateEndpointConnection : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string -> Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource
<Extension()>
Public Function GetPrivateEndpointConnection (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, privateEndpointConnectionName As String) As RemotePrivateEndpointConnectionARMResource

Parámetros

operations
IAppServiceEnvironmentsOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos al que pertenece el recurso.

name
String

Nombre del App Service Environment.

privateEndpointConnectionName
String

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

Devoluciones

Comentarios

Descripción de Obtiene una conexión de punto de conexión privado.

Se aplica a