PrivateEndpointConnectionsOperationsExtensions.CreateOrUpdateAsync 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 dem privaten Endpunkt.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Media.Models.PrivateEndpointConnection> CreateOrUpdateAsync (this Microsoft.Azure.Management.Media.IPrivateEndpointConnectionsOperations operations, string resourceGroupName, string accountName, string name, Microsoft.Azure.Management.Media.Models.PrivateEndpointConnection parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Media.IPrivateEndpointConnectionsOperations * string * string * string * Microsoft.Azure.Management.Media.Models.PrivateEndpointConnection * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Media.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)
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
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Aktualisieren Sie die Verbindung mit dem privaten Endpunkt.
Gilt für:
Azure SDK for .NET