Share via


BuilderProperties Class

Definition

KPack Builder properties payload

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

Constructors

Name Description
BuilderProperties()

Creates an new BuilderProperties instance.

Properties

Name Description
BuildpackGroup

Builder buildpack groups.

ProvisioningState

Builder provision status.

StackId

Id of the ClusterStack.

StackVersion

Version of the ClusterStack

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BuilderProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BuilderProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BuilderProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to