次の方法で共有


JobsOperationsExtensions.BeginCreateAsync メソッド

定義

指定したパラメーターを使用して新しいジョブを作成します。 この API では既存のジョブを更新できないため、代わりに Update ジョブ API で更新する必要があります。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataBox.Models.JobResource> BeginCreateAsync (this Microsoft.Azure.Management.DataBox.IJobsOperations operations, string resourceGroupName, string jobName, Microsoft.Azure.Management.DataBox.Models.JobResource jobResource, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateAsync : Microsoft.Azure.Management.DataBox.IJobsOperations * string * string * Microsoft.Azure.Management.DataBox.Models.JobResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataBox.Models.JobResource>
<Extension()>
Public Function BeginCreateAsync (operations As IJobsOperations, resourceGroupName As String, jobName As String, jobResource As JobResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JobResource)

パラメーター

operations
IJobsOperations

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

resourceGroupName
String

リソース グループ名

jobName
String

指定したリソース グループ内のジョブ リソースの名前。 ジョブ名の長さは 3 ~ 24 文字で、英数字とアンダースコアのみを使用する必要があります

jobResource
JobResource

要求本文からのジョブの詳細。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象