你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ShareSubscriptionsOperationsExtensions.BeginSynchronizeMethodAsync 方法

定义

启动异步数据共享作业

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataShare.Models.ShareSubscriptionSynchronization> BeginSynchronizeMethodAsync (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 BeginSynchronizeMethodAsync : 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 BeginSynchronizeMethodAsync (operations As IShareSubscriptionsOperations, resourceGroupName As String, accountName As String, shareSubscriptionName As String, synchronize As Synchronize, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ShareSubscriptionSynchronization)

参数

operations
IShareSubscriptionsOperations

此扩展方法的操作组。

resourceGroupName
String

资源组名称。

accountName
String

共享帐户的名称。

shareSubscriptionName
String

共享订阅的名称

synchronize
Synchronize

同步有效负载

cancellationToken
CancellationToken

取消标记。

返回

注解

启动副本

适用于