ArmDataBoxModelFactory.DataBoxJobStage Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.