Compartilhar via


WebAppsOperationsExtensions.GetPrivateEndpointConnectionSlot Método

Definição

Obtém uma conexão de ponto de extremidade privado

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

privateEndpointConnectionName
String

Nome da conexão de ponto de extremidade privado.

slot
String

Nome do slot de implantação do site.

Retornos

Comentários

Descrição para Obter uma conexão de ponto de extremidade privado

Aplica-se a