次の方法で共有


JobsOperationsExtensions.UpdateAsync メソッド

定義

既存のジョブのプロパティを更新します。

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

パラメーター

operations
IJobsOperations

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

resourceGroupName
String

リソース グループ名

jobName
String

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

jobResourceUpdateParameter
JobResourceUpdateParameter

要求本文からのジョブ更新パラメーター。

ifMatch
String

If-Match条件を定義します。 パッチは、サーバー上のジョブの ETag がこの値と一致する場合にのみ実行されます。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象