BuildResultProperties 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.
Build result resource properties payload
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.BuildResultPropertiesTypeConverter))]
public class BuildResultProperties : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IBuildResultProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.BuildResultPropertiesTypeConverter))>]
type BuildResultProperties = class
interface IBuildResultProperties
interface IJsonSerializable
Public Class BuildResultProperties
Implements IBuildResultProperties
- Inheritance
-
BuildResultProperties
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| BuildResultProperties() |
Creates an new BuildResultProperties instance. |
Properties
| Name | Description |
|---|---|
| BuildPodName |
The build pod name which can be used to get the build log streaming. |
| BuildStage |
All of the build stage (init-container and container) resources in build pod. |
| Name |
The name of this build result |
| ProvisioningState |
Provisioning state of the KPack build result |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BuildResultProperties. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BuildResultProperties. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IBuildResultProperties. |
| FromJsonString(String) |
Creates a new instance of BuildResultProperties, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of BuildResultProperties into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |