Share via


ArmDataBoxModelFactory.DataBoxJobStage Method

Definition

Initializes a new instance of 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

Parameters

stageName
Nullable<DataBoxStageName>

Name of the job stage.

displayName
String

Display name of the job stage.

stageStatus
Nullable<DataBoxStageStatus>

Status of the job stage.

stageTime
Nullable<DateTimeOffset>

Time for the job stage in UTC ISO 8601 format.

jobStageDetails
BinaryData

Job Stage Details.

Returns

A new DataBoxJobStage instance for mocking.

Applies to