Partilhar via


ArmDataBoxModelFactory.DataBoxJobStage Método

Definição

Inicializa uma nova instância do 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

Parâmetros

stageName
Nullable<DataBoxStageName>

Nome da fase de trabalho.

displayName
String

Nome de exibição da fase de trabalho.

stageStatus
Nullable<DataBoxStageStatus>

Status do estágio de trabalho.

stageTime
Nullable<DateTimeOffset>

Hora da fase de trabalho no formato UTC ISO 8601.

jobStageDetails
BinaryData

Detalhes da fase de trabalho.

Retornos

Uma nova DataBoxJobStage instância para zombar.

Aplica-se a