Compartilhar via


WebAppsOperationsExtensions.GetPrivateEndpointConnectionListSlot 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> GetPrivateEndpointConnectionListSlot (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string slot);
static member GetPrivateEndpointConnectionListSlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource>
<Extension()>
Public Function GetPrivateEndpointConnectionListSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, slot 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.

slot
String

Nome do slot de implantação do site.

Retornos

Comentários

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

Aplica-se a