PrivateEndpointConnectionsOperationsExtensions.CreateOrUpdate Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Aktualisieren Sie die Verbindung mit einem privaten Endpunkt.
public static Microsoft.Azure.Management.Media.Models.PrivateEndpointConnection CreateOrUpdate (this Microsoft.Azure.Management.Media.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string accountName, string name, Microsoft.Azure.Management.Media.Models.PrivateEndpointConnection parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Media.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.Media.Models.PrivateEndpointConnection -> Microsoft.Azure.Management.Media.Models.PrivateEndpointConnection
<Extension()>
Public Function CreateOrUpdate (operations As IPrivateEndpointConnectionsOperations, resourceGroupName As String, accountName As String, name As String, parameters As PrivateEndpointConnection) As PrivateEndpointConnection
Parameter
- operations
- IPrivateEndpointConnectionsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe innerhalb des Azure-Abonnements.
- accountName
- String
Der Name des Media Services-Kontos.
- name
- String
- parameters
- PrivateEndpointConnection
Die Anforderungsparameter
Gibt zurück
Hinweise
Aktualisieren Sie die Verbindung mit einem privaten Endpunkt.
Gilt für:
Azure SDK for .NET