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

BuildStageProperties Class

Definition

The build stage (init-container and container) resources in build pod.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.BuildStagePropertiesTypeConverter))]
public class BuildStageProperties : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildStageProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.BuildStagePropertiesTypeConverter))>]
type BuildStageProperties = class
    interface IBuildStageProperties
    interface IJsonSerializable
Public Class BuildStageProperties
Implements IBuildStageProperties
Inheritance
BuildStageProperties
Attributes
Implements

Constructors

BuildStageProperties()

Creates an new BuildStageProperties instance.

Properties

Name

The name of this build stage resource.

Status

The provisioning state of this build stage resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BuildStageProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BuildStageProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildStageProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BuildStageProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to