GetDeviceJobResponse クラス

定義

デバイス ジョブの Get Query の応答モデル

public class GetDeviceJobResponse : Microsoft.Azure.AzureOperationResponse
type GetDeviceJobResponse = class
    inherit AzureOperationResponse
Public Class GetDeviceJobResponse
Inherits AzureOperationResponse
継承
Microsoft.Azure.AzureOperationResponse
GetDeviceJobResponse

コンストラクター

GetDeviceJobResponse()

GetDeviceJobResponse クラスの新しいインスタンスを初期化します。

プロパティ

Count

省略可能。 結果の数

DeviceJobList

省略可能。 応答中のジョブのデバイス ジョブの詳細

NextPageStartIdentifier

省略可能。 次のページの先頭を識別する ID

NextPageUri

省略可能。 次のページの URL。 最後のページでは null になります

適用対象