ArmDataBoxEdgeModelFactory.DataBoxEdgeJobData メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
ID。
- name
- String
名前。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- status
- Nullable<DataBoxEdgeJobStatus>
ジョブの現在の状態。
- startOn
- Nullable<DateTimeOffset>
ジョブが開始された UTC 日時。
- endOn
- Nullable<DateTimeOffset>
ジョブが完了した UTC 日時。
エラーの詳細です。
- jobType
- Nullable<DataBoxEdgeJobType>
ジョブの種類。
- currentStage
- Nullable<UpdateOperationStage>
更新操作の現在のステージ。
- downloadProgress
- UpdateDownloadProgress
ダウンロードの進行状況。
- installProgress
- UpdateInstallProgress
インストールの進行状況。
- errorManifestFile
- String
更新のエラー マニフェスト ファイルへのローカル共有/リモート コンテナーの相対パス。
- refreshedEntityId
- ResourceIdentifier
更新されたエンティティの ARM ID。
- folder
- String
サブフォルダーのみを更新する必要がある場合は、共有またはコンテナー内のサブフォルダー パス。 (サブフォルダーがない場合、パスは空です)。
戻り値
モック作成用の新しい DataBoxEdgeJobData インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET