次の方法で共有


JobsOperationsExtensions.BeginUpdate メソッド

定義

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

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

パラメーター

operations
IJobsOperations

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

resourceGroupName
String

リソース グループ名

jobName
String

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

jobResourceUpdateParameter
JobResourceUpdateParameter

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

ifMatch
String

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

戻り値

適用対象