BuildStageProperties 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.
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
| Name | Description |
|---|---|
| BuildStageProperties() |
Creates an new BuildStageProperties instance. |
Properties
| Name | Description |
|---|---|
| Name |
The name of this build stage resource. |
| Status |
The provisioning state of this build stage resource. |
Methods
| Name | Description |
|---|---|
| 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() | |