BuilderResource 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.
KPack Builder resource
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.BuilderResourceTypeConverter))]
public class BuilderResource : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuilderResource, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.BuilderResourceTypeConverter))>]
type BuilderResource = class
interface IBuilderResource
interface IJsonSerializable
interface IResource
interface IValidates
Public Class BuilderResource
Implements IBuilderResource, IValidates
- Inheritance
-
BuilderResource
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| BuilderResource() |
Creates an new BuilderResource instance. |
Properties
| Name | Description |
|---|---|
| BuildpackGroup |
Builder buildpack groups. |
| Id |
Fully qualified resource Id for the resource. |
| Name |
The name of the resource. |
| ProvisioningState |
Builder provision status. |
| ResourceGroupName |
Gets the resource group name |
| StackId |
Id of the ClusterStack. |
| StackVersion |
Version of the ClusterStack |
| 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 BuilderResource. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BuilderResource. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuilderResource. |
| FromJsonString(String) |
Creates a new instance of BuilderResource, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of BuilderResource into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |