Partager via


AppServiceEnvironmentsOperationsExtensions.BeginApproveOrRejectPrivateEndpointConnectionAsync Méthode

Définition

Approuve ou rejette une connexion de point de terminaison privé

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)

Paramètres

operations
IAppServiceEnvironmentsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources auquel appartient la ressource.

name
String

Nom du App Service Environment.

privateEndpointConnectionName
String
cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Description de l’approbation ou du rejet d’une connexion de point de terminaison privé

S’applique à