Share via


AppPlatformBuildStageProperties Class

Definition

The build stage (init-container and container) resources in build pod.

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

Properties

Name

The name of this build stage resource.

Status

The provisioning state of this build stage resource.

Explicit Interface Implementations

IJsonModel<AppPlatformBuildStageProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformBuildStageProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformBuildStageProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformBuildStageProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformBuildStageProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to