IotDpsResourceOperationsExtensions.BeginDeletePrivateEndpointConnectionAsync 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.
Löscht eine Verbindung mit privatem Endpunkt.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateEndpointConnection> BeginDeletePrivateEndpointConnectionAsync (this Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations operations, string resourceGroupName, string resourceName, string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default);
static member BeginDeletePrivateEndpointConnectionAsync : Microsoft.Azure.Management.DeviceProvisioningServices.IIotDpsResourceOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DeviceProvisioningServices.Models.PrivateEndpointConnection>
<Extension()>
Public Function BeginDeletePrivateEndpointConnectionAsync (operations As IIotDpsResourceOperations, resourceGroupName As String, resourceName As String, privateEndpointConnectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PrivateEndpointConnection)
Parameter
- operations
- IIotDpsResourceOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe, die den Bereitstellungsdienst enthält.
- resourceName
- String
Der Name des Bereitstellungsdiensts.
- privateEndpointConnectionName
- String
Der Name der verbindung mit dem privaten Endpunkt
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Löschen einer privaten Endpunktverbindung mit dem angegebenen Namen
Gilt für:
Azure SDK for .NET