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

StageDetails Class

Definition

Resource stage details.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.StageDetailsTypeConverter))]
public class StageDetails : Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IStageDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.StageDetailsTypeConverter))>]
type StageDetails = class
    interface IStageDetails
    interface IJsonSerializable
Public Class StageDetails
Implements IStageDetails
Inheritance
StageDetails
Attributes
Implements

Constructors

StageDetails()

Creates an new StageDetails instance.

Properties

DisplayName

Display name of the resource stage.

StageName

Stage name

StageStatus

Stage status.

StartTime

Stage start time

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StageDetails.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StageDetails.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeOrder.Models.Api20211201.IStageDetails.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StageDetails into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to