ShareSubscriptionsOperationsExtensions.CancelSynchronization 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 des Abbruchs einer Datenfreigabe Momentaufnahme
public static Microsoft.Azure.Management.DataShare.Models.ShareSubscriptionSynchronization CancelSynchronization (this Microsoft.Azure.Management.DataShare.IShareSubscriptionsOperations operations, string resourceGroupName, string accountName, string shareSubscriptionName, Microsoft.Azure.Management.DataShare.Models.ShareSubscriptionSynchronization shareSubscriptionSynchronization);
static member CancelSynchronization : Microsoft.Azure.Management.DataShare.IShareSubscriptionsOperations * string * string * string * Microsoft.Azure.Management.DataShare.Models.ShareSubscriptionSynchronization -> Microsoft.Azure.Management.DataShare.Models.ShareSubscriptionSynchronization
<Extension()>
Public Function CancelSynchronization (operations As IShareSubscriptionsOperations, resourceGroupName As String, accountName As String, shareSubscriptionName As String, shareSubscriptionSynchronization As ShareSubscriptionSynchronization) As 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
Freigeben der Nutzdaten für die Abonnementsynchronisierung.
Gibt zurück
Hinweise
Anforderung zum Abbrechen einer Synchronisierung.
Gilt für:
Azure SDK for .NET