JobStages Class
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.
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) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |