Share via


AppPlatformBuildServiceProperties Class

Definition

Build service resource properties payload.

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

Constructors

AppPlatformBuildServiceProperties()

Initializes a new instance of AppPlatformBuildServiceProperties.

Properties

KPackVersion

The installed KPack version in this build service.

ProvisioningState

Provisioning state of the KPack build result.

ResourceRequests

The runtime resource configuration of this build service.

Explicit Interface Implementations

IJsonModel<AppPlatformBuildServiceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformBuildServiceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformBuildServiceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformBuildServiceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformBuildServiceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to