Compartir a través de


AppServiceEnvironmentsOperationsExtensions.BeginApproveOrRejectPrivateEndpointConnectionAsync Método

Definición

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource> BeginApproveOrRejectPrivateEndpointConnectionAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string privateEndpointConnectionName, Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource privateEndpointWrapper, System.Threading.CancellationToken cancellationToken = default);
static member BeginApproveOrRejectPrivateEndpointConnectionAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string * Microsoft.Azure.Management.WebSites.Models.PrivateLinkConnectionApprovalRequestResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.RemotePrivateEndpointConnectionARMResource>
<Extension()>
Public Function BeginApproveOrRejectPrivateEndpointConnectionAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, privateEndpointConnectionName As String, privateEndpointWrapper As PrivateLinkConnectionApprovalRequestResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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
cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Comentarios

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

Se aplica a