PrivateEndpointConnectionsOperationsExtensions.CreateOrUpdateAsync 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.
Mettre à jour la connexion de point de terminaison privé.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.VideoAnalyzer.Models.PrivateEndpointConnection> CreateOrUpdateAsync (this Microsoft.Azure.Management.VideoAnalyzer.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string accountName, string name, Microsoft.Azure.Management.VideoAnalyzer.Models.PrivateEndpointConnection parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.VideoAnalyzer.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.VideoAnalyzer.Models.PrivateEndpointConnection * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.VideoAnalyzer.Models.PrivateEndpointConnection>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, accountName As String, name As String, parameters As PrivateEndpointConnection, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateEndpointConnection)
Paramètres
- operations
- IPrivateEndpointConnectionsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- accountName
- String
Nom du compte Video Analyzer.
- name
- String
Nom de la connexion de point de terminaison privé.
- parameters
- PrivateEndpointConnection
Paramètres de la requête
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Mettez à jour l’état de connexion du point de terminaison privé sous le compte video analyzer.
S’applique à
Azure SDK for .NET