Share via


AppPlatformBuildProperties Class

Definition

Build resource properties payload.

public class AppPlatformBuildProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformBuildProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformBuildProperties>
public class AppPlatformBuildProperties
type AppPlatformBuildProperties = class
    interface IJsonModel<AppPlatformBuildProperties>
    interface IPersistableModel<AppPlatformBuildProperties>
type AppPlatformBuildProperties = class
Public Class AppPlatformBuildProperties
Implements IJsonModel(Of AppPlatformBuildProperties), IPersistableModel(Of AppPlatformBuildProperties)
Public Class AppPlatformBuildProperties
Inheritance
AppPlatformBuildProperties
Implements

Constructors

AppPlatformBuildProperties()

Initializes a new instance of AppPlatformBuildProperties.

Properties

AgentPool

The resource id of agent pool.

Builder

The resource id of builder to build the source code.

Env

The environment variables for this build.

ProvisioningState

Provisioning state of the KPack build result.

RelativePath

The relative path of source code.

ResourceRequests

The customized build resource for this build.

TriggeredBuildResultId

Gets Id.

Explicit Interface Implementations

IJsonModel<AppPlatformBuildProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AppPlatformBuildProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformBuildProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformBuildProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AppPlatformBuildProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to