Build 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 resource payload
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.BuildTypeConverter))]
public class Build : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IBuild, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.BuildTypeConverter))>]
type Build = class
interface IBuild
interface IJsonSerializable
interface IProxyResource
interface IResource
interface IValidates
Public Class Build
Implements IBuild, IValidates
- Inheritance
-
Build
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| Build() |
Creates an new Build instance. |
Properties
| Name | Description |
|---|---|
| AgentPool |
The resource id of agent pool |
| Env |
The environment variables for this build |
| Er |
The resource id of builder to build the source code |
| Id |
Fully qualified resource Id for the resource. |
| Name |
The name of the resource. |
| ProvisioningState |
Provisioning state of the KPack build result |
| RelativePath |
The relative path of source code |
| ResourceGroupName |
Gets the resource group name |
| 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. |
| TriggeredBuildResultId |
The unique build id of this build result |
| Type |
The type of the resource. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Build. |
| DeserializeFromPSObject(PSObject) | |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IBuild. |
| FromJsonString(String) |
Creates a new instance of Build, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) | |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |