PrivateLinkServicesOperationsExtensions.UpdatePrivateEndpointConnectionAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Approuver ou rejeter la connexion de point de terminaison privé pour un service de liaison privée dans un abonnement.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.PrivateEndpointConnectionInner> UpdatePrivateEndpointConnectionAsync (this Microsoft.Azure.Management.Network.Fluent.IPrivateLinkServicesOperations operations, string resourceGroupName, string serviceName, string peConnectionName, Microsoft.Azure.Management.Network.Fluent.Models.PrivateEndpointConnectionInner parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdatePrivateEndpointConnectionAsync : Microsoft.Azure.Management.Network.Fluent.IPrivateLinkServicesOperations * string * string * string * Microsoft.Azure.Management.Network.Fluent.Models.PrivateEndpointConnectionInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.PrivateEndpointConnectionInner>
<Extension()>
Public Function UpdatePrivateEndpointConnectionAsync (operations As IPrivateLinkServicesOperations, resourceGroupName As String, serviceName As String, peConnectionName As String, parameters As PrivateEndpointConnectionInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateEndpointConnectionInner)
Paramètres
- operations
- IPrivateLinkServicesOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- serviceName
- String
Nom du service de liaison privée.
- peConnectionName
- String
Nom de la connexion de point de terminaison privé.
- parameters
- PrivateEndpointConnectionInner
Paramètres fournis pour approuver ou rejeter la connexion de point de terminaison privé.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET