PrivateEndpointConnectionsOperationsExtensions.CreateOrUpdate 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 Microsoft.Azure.Management.VideoAnalyzer.Models.PrivateEndpointConnection CreateOrUpdate (this Microsoft.Azure.Management.VideoAnalyzer.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string accountName, string name, Microsoft.Azure.Management.VideoAnalyzer.Models.PrivateEndpointConnection parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.VideoAnalyzer.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.VideoAnalyzer.Models.PrivateEndpointConnection -> Microsoft.Azure.Management.VideoAnalyzer.Models.PrivateEndpointConnection
<Extension()>
Public Function CreateOrUpdate (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, accountName As String, name As String, parameters As PrivateEndpointConnection) As 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
Retours
Remarques
Mettez à jour l’état de connexion du point de terminaison privé sous le compte video analyzer.
S’applique à
Azure SDK for .NET