BuildResult 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 payload
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.BuildResultTypeConverter))]
public class BuildResult : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildResult, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.BuildResultTypeConverter))>]
type BuildResult = class
interface IBuildResult
interface IJsonSerializable
interface IResource
interface IValidates
Public Class BuildResult
Implements IBuildResult, IValidates
- Inheritance
-
BuildResult
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| BuildResult() |
Creates an new BuildResult 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. |
| Id |
Fully qualified resource Id for the resource. |
| Name |
The name of the resource. |
| PropertiesName |
The name of this build result |
| ProvisioningState |
Provisioning state of the KPack build result |
| ResourceGroupName |
Gets the resource group name |
| SystemData |
Metadata pertaining to creation and last modification of the resource. |
| SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
| SystemDataCreatedBy |
The identity that created the resource. |
| SystemDataCreatedByType |
The type of identity that created the resource. |
| SystemDataLastModifiedAt |
The timestamp of resource modification (UTC). |
| SystemDataLastModifiedBy |
The identity that last modified the resource. |
| SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
| Type |
The type of the resource. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BuildResult. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BuildResult. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildResult. |
| FromJsonString(String) |
Creates a new instance of BuildResult, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of BuildResult into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |