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

JobStages Class

Definition

Job stages.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.JobStagesTypeConverter))]
public class JobStages : Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IJobStages
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.JobStagesTypeConverter))>]
type JobStages = class
    interface IJobStages
    interface IJsonSerializable
Public Class JobStages
Implements IJobStages
Inheritance
JobStages
Attributes
Implements

Constructors

JobStages()

Creates an new JobStages instance.

Properties

DisplayName

Display name of the job stage.

JobStageDetail

Job Stage Details

StageName

Name of the job stage.

StageStatus

Status of the job stage.

StageTime

Time for the job stage in UTC ISO 8601 format.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of JobStages.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of JobStages.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataBox.Models.Api20221201.IJobStages.

FromJsonString(String)

Creates a new instance of JobStages, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of JobStages into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to