次の方法で共有


DeviceJobOperationsExtensions.BeginUpdateDeviceJobAsync メソッド

定義

非同期タスクを開始して、デバイス ジョブを更新します。

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.GuidTaskResponse> BeginUpdateDeviceJobAsync(this Microsoft.WindowsAzure.Management.StorSimple.IDeviceJobOperations operations, string deviceId, string jobId, Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateDeviceJobRequest updateRequest, Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders customRequestHeaders);
static member BeginUpdateDeviceJobAsync : Microsoft.WindowsAzure.Management.StorSimple.IDeviceJobOperations * string * string * Microsoft.WindowsAzure.Management.StorSimple.Models.UpdateDeviceJobRequest * Microsoft.WindowsAzure.Management.StorSimple.Models.CustomRequestHeaders -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.StorSimple.Models.GuidTaskResponse>
<Extension()>
Public Function BeginUpdateDeviceJobAsync (operations As IDeviceJobOperations, deviceId As String, jobId As String, updateRequest As UpdateDeviceJobRequest, customRequestHeaders As CustomRequestHeaders) As Task(Of GuidTaskResponse)

パラメーター

operations
IDeviceJobOperations

Microsoft.WindowsAzure.Management.StorSimple.IDeviceJobOperations への参照。

deviceId
String

必須。 デバイスの ID

jobId
String

必須。 更新するジョブの ID

updateRequest
UpdateDeviceJobRequest

必須。 データを要求します。実行するアクションが含まれます

customRequestHeaders
CustomRequestHeaders

必須。 クライアントが使用する必要があるカスタム要求ヘッダー。

戻り値

これは、すべての非同期呼び出しのタスク応答です

適用対象