WebAppsOperationsExtensions.GetPrivateEndpointConnectionList Método

Definição

Obtém a lista de conexões de ponto de extremidade privado associadas a um site

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

Parâmetros

operations
IWebAppsOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome do grupo de recursos ao qual pertence o recurso.

name
String

Nome do site.

Retornos

Comentários

Descrição de Obtém a lista de conexões de ponto de extremidade privado associadas a um site

Aplica-se a