次の方法で共有


IJobCollectionOperations.GetAsync(String, String, CancellationToken) メソッド

定義

ジョブ コレクションを再処理します。

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionGetResponse> GetAsync (string cloudServiceName, string jobCollectionName, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionGetResponse>
Public Function GetAsync (cloudServiceName As String, jobCollectionName As String, cancellationToken As CancellationToken) As Task(Of JobCollectionGetResponse)

パラメーター

cloudServiceName
String

クラウド サービスの名前。

jobCollectionName
String

ジョブ コレクションの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

ジョブ コレクションの取得操作の応答。

適用対象