Compartir a través de


AppServiceEnvironmentsOperationsExtensions.GetPrivateEndpointConnectionList Método

Definición

Obtiene la lista de puntos de conexión privados asociados a un entorno de hospedaje.

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

Parámetros

operations
IAppServiceEnvironmentsOperations

Grupo de operaciones para 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.

Devoluciones

Comentarios

Descripción para Obtiene la lista de puntos de conexión privados asociados a un entorno de hospedaje.

Se aplica a