你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ArmDataBoxModelFactory.DataBoxJobStage 方法

定义

初始化 DataBoxJobStage 的新实例。

public static Azure.ResourceManager.DataBox.Models.DataBoxJobStage DataBoxJobStage (Azure.ResourceManager.DataBox.Models.DataBoxStageName? stageName = default, string displayName = default, Azure.ResourceManager.DataBox.Models.DataBoxStageStatus? stageStatus = default, DateTimeOffset? stageTime = default, BinaryData jobStageDetails = default);
static member DataBoxJobStage : Nullable<Azure.ResourceManager.DataBox.Models.DataBoxStageName> * string * Nullable<Azure.ResourceManager.DataBox.Models.DataBoxStageStatus> * Nullable<DateTimeOffset> * BinaryData -> Azure.ResourceManager.DataBox.Models.DataBoxJobStage
Public Shared Function DataBoxJobStage (Optional stageName As Nullable(Of DataBoxStageName) = Nothing, Optional displayName As String = Nothing, Optional stageStatus As Nullable(Of DataBoxStageStatus) = Nothing, Optional stageTime As Nullable(Of DateTimeOffset) = Nothing, Optional jobStageDetails As BinaryData = Nothing) As DataBoxJobStage

参数

stageName
Nullable<DataBoxStageName>

作业阶段的名称。

displayName
String

作业阶段的显示名称。

stageStatus
Nullable<DataBoxStageStatus>

作业阶段的状态。

stageTime
Nullable<DateTimeOffset>

作业阶段的时间(采用 UTC ISO 8601 格式)。

jobStageDetails
BinaryData

作业阶段详细信息。

返回

用于模拟的新 DataBoxJobStage 实例。

适用于