Compartir a través de


AppServiceEnvironmentsOperationsExtensions.ApproveOrRejectPrivateEndpointConnection Método

Definición

Aprueba o rechaza una conexión de punto de conexión privado

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

privateEndpointConnectionName
String

Devoluciones

Comentarios

Descripción para Aprobar o rechazar una conexión de punto de conexión privado

Se aplica a