다음을 통해 공유


IBuildService Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.BuildServiceTypeConverter))]
public interface IBuildService : Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.IProxyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Models.BuildServiceTypeConverter))>]
type IBuildService = interface
    interface IJsonSerializable
    interface IProxyResource
    interface IResource
Public Interface IBuildService
Implements IProxyResource
Derived
Attributes
Implements

Properties

Name Description
Id

Fully qualified resource Id for the resource.

(Inherited from IResource)
KPackVersion

The installed KPack version in this build service.

Name

The name of the resource.

(Inherited from IResource)
ProvisioningState

Provisioning state of the KPack build result

ResourceRequestCpu

vCPU allocated to the entire build service node pool.

ResourceRequestMemory

Memory allocated to the entire build service node pool.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResource)
SystemDataLastModifiedAt

The timestamp of resource modification (UTC).

(Inherited from IResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResource)
Type

The type of the resource.

(Inherited from IResource)

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to