次の方法で共有


ShareSubscriptionsOperationsExtensions.SynchronizeMethodAsync メソッド

定義

非同期データ共有ジョブを開始する

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)

パラメーター

operations
IShareSubscriptionsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループ名。

accountName
String

共有アカウントの名前。

shareSubscriptionName
String

共有サブスクリプションの名前

synchronize
Synchronize

ペイロードを同期する

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

コピーを開始する

適用対象