次の方法で共有


ArmDataBoxEdgeModelFactory.DataBoxEdgeJobData メソッド

定義

DataBoxEdgeJobData の新しいインスタンスを初期化します。

public static Azure.ResourceManager.DataBoxEdge.DataBoxEdgeJobData DataBoxEdgeJobData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeJobStatus? status = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, int? percentComplete = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeJobErrorDetails error = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeJobType? jobType = default, Azure.ResourceManager.DataBoxEdge.Models.UpdateOperationStage? currentStage = default, Azure.ResourceManager.DataBoxEdge.Models.UpdateDownloadProgress downloadProgress = default, Azure.ResourceManager.DataBoxEdge.Models.UpdateInstallProgress installProgress = default, int? totalRefreshErrors = default, string errorManifestFile = default, Azure.Core.ResourceIdentifier refreshedEntityId = default, string folder = default);
static member DataBoxEdgeJobData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeJobStatus> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<int> * Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeJobErrorDetails * Nullable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeJobType> * Nullable<Azure.ResourceManager.DataBoxEdge.Models.UpdateOperationStage> * Azure.ResourceManager.DataBoxEdge.Models.UpdateDownloadProgress * Azure.ResourceManager.DataBoxEdge.Models.UpdateInstallProgress * Nullable<int> * string * Azure.Core.ResourceIdentifier * string -> Azure.ResourceManager.DataBoxEdge.DataBoxEdgeJobData
Public Shared Function DataBoxEdgeJobData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional status As Nullable(Of DataBoxEdgeJobStatus) = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional percentComplete As Nullable(Of Integer) = Nothing, Optional error As DataBoxEdgeJobErrorDetails = Nothing, Optional jobType As Nullable(Of DataBoxEdgeJobType) = Nothing, Optional currentStage As Nullable(Of UpdateOperationStage) = Nothing, Optional downloadProgress As UpdateDownloadProgress = Nothing, Optional installProgress As UpdateInstallProgress = Nothing, Optional totalRefreshErrors As Nullable(Of Integer) = Nothing, Optional errorManifestFile As String = Nothing, Optional refreshedEntityId As ResourceIdentifier = Nothing, Optional folder As String = Nothing) As DataBoxEdgeJobData

パラメーター

name
String

名前。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

status
Nullable<DataBoxEdgeJobStatus>

ジョブの現在の状態。

startOn
Nullable<DateTimeOffset>

ジョブが開始された UTC 日時。

endOn
Nullable<DateTimeOffset>

ジョブが完了した UTC 日時。

percentComplete
Nullable<Int32>

完了したジョブの割合。

error
DataBoxEdgeJobErrorDetails

エラーの詳細です。

jobType
Nullable<DataBoxEdgeJobType>

ジョブの種類。

currentStage
Nullable<UpdateOperationStage>

更新操作の現在のステージ。

downloadProgress
UpdateDownloadProgress

ダウンロードの進行状況。

installProgress
UpdateInstallProgress

インストールの進行状況。

totalRefreshErrors
Nullable<Int32>

更新プロセス中に発生したエラーの合計数。

errorManifestFile
String

更新のエラー マニフェスト ファイルへのローカル共有/リモート コンテナーの相対パス。

refreshedEntityId
ResourceIdentifier

更新されたエンティティの ARM ID。

folder
String

サブフォルダーのみを更新する必要がある場合は、共有またはコンテナー内のサブフォルダー パス。 (サブフォルダーがない場合、パスは空です)。

戻り値

モック作成用の新しい DataBoxEdgeJobData インスタンス。

適用対象