다음을 통해 공유


BuildService Class

Definition

Build service resource payload

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.BuildServiceTypeConverter))]
public class BuildService : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.IBuildService, Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.Api20220401.BuildServiceTypeConverter))>]
type BuildService = class
    interface IBuildService
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class BuildService
Implements IBuildService, IValidates
Inheritance
BuildService
Attributes
Implements

Constructors

Name Description
BuildService()

Creates an new BuildService instance.

Properties

Name Description
Id

Fully qualified resource Id for the resource.

KPackVersion

The installed KPack version in this build service.

Name

The name of the resource.

ProvisioningState

Provisioning state of the KPack build result

ResourceGroupName

Gets the resource group name

ResourceRequestCpu

vCPU allocated to the entire build service node pool.

ResourceRequestMemory

Memory allocated to the entire build service node pool.

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 BuildService.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BuildService.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of BuildService into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to