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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET