Freigeben über


ShareSubscriptionsOperationsExtensions.SynchronizeMethodAsync Methode

Definition

Initiieren eines asynchronen Datenfreigabeauftrags

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataShare.Models.ShareSubscriptionSynchronization> SynchronizeMethodAsync (this Microsoft.Azure.Management.DataShare.IShareSubscriptionsOperations operations, string resourceGroupName, string accountName, string shareSubscriptionName, Microsoft.Azure.Management.DataShare.Models.Synchronize synchronize, System.Threading.CancellationToken cancellationToken = default);
static member SynchronizeMethodAsync : Microsoft.Azure.Management.DataShare.IShareSubscriptionsOperations * string * string * string * Microsoft.Azure.Management.DataShare.Models.Synchronize * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataShare.Models.ShareSubscriptionSynchronization>
<Extension()>
Public Function SynchronizeMethodAsync (operations As IShareSubscriptionsOperations, resourceGroupName As String, accountName As String, shareSubscriptionName As String, synchronize As Synchronize, 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 des Freigabeabonnements

synchronize
Synchronize

Synchronisieren der Nutzlast

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Initiieren einer Kopie

Gilt für: