Partager via


AppServiceEnvironmentsOperationsExtensions.GetPrivateEndpointConnectionList Méthode

Définition

Obtient la liste des points de terminaison privés associés à un environnement d’hébergement

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)

Paramètres

operations
IAppServiceEnvironmentsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources auquel appartient la ressource.

name
String

Nom du App Service Environment.

Retours

Remarques

Description pour Obtient la liste des points de terminaison privés associés à un environnement d’hébergement

S’applique à