ShareSubscriptionsOperationsExtensions.CancelSynchronizationAsync 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.
Anfordern der Löschung einer Datenfreigabe Momentaufnahme
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataShare.Models.ShareSubscriptionSynchronization> CancelSynchronizationAsync (this Microsoft.Azure.Management.DataShare.IShareSubscriptionsOperations operations, string resourceGroupName, string accountName, string shareSubscriptionName, Microsoft.Azure.Management.DataShare.Models.ShareSubscriptionSynchronization shareSubscriptionSynchronization, System.Threading.CancellationToken cancellationToken = default);
static member CancelSynchronizationAsync : Microsoft.Azure.Management.DataShare.IShareSubscriptionsOperations * string * string * string * Microsoft.Azure.Management.DataShare.Models.ShareSubscriptionSynchronization * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataShare.Models.ShareSubscriptionSynchronization>
<Extension()>
Public Function CancelSynchronizationAsync (operations As IShareSubscriptionsOperations, resourceGroupName As String, accountName As String, shareSubscriptionName As String, shareSubscriptionSynchronization As ShareSubscriptionSynchronization, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ShareSubscriptionSynchronization)
Parameter
- operations
- IShareSubscriptionsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Der Name der Ressourcengruppe.
- accountName
- String
Der Name des Freigabekontos.
- shareSubscriptionName
- String
Der Name der shareSubscription.
- shareSubscriptionSynchronization
- ShareSubscriptionSynchronization
Nutzlast der Abonnementsynchronisierung freigeben.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Anforderung zum Abbrechen einer Synchronisierung.
Gilt für:
Azure SDK for .NET