AppPlatformBuildResultProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Build result resource properties payload.
public class AppPlatformBuildResultProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformBuildResultProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppPlatform.Models.AppPlatformBuildResultProperties>
public class AppPlatformBuildResultProperties
type AppPlatformBuildResultProperties = class
interface IJsonModel<AppPlatformBuildResultProperties>
interface IPersistableModel<AppPlatformBuildResultProperties>
type AppPlatformBuildResultProperties = class
Public Class AppPlatformBuildResultProperties
Implements IJsonModel(Of AppPlatformBuildResultProperties), IPersistableModel(Of AppPlatformBuildResultProperties)
Public Class AppPlatformBuildResultProperties
- Inheritance
-
AppPlatformBuildResultProperties
- Implements
Constructors
AppPlatformBuildResultProperties() |
Initializes a new instance of AppPlatformBuildResultProperties. |
Properties
BuildPodName |
The build pod name which can be used to get the build log streaming. |
BuildStages |
All of the build stage (init-container and container) resources in build pod. |
Name |
The name of this build result. |
ProvisioningState |
Provisioning state of the KPack build result. |
Explicit Interface Implementations
IJsonModel<AppPlatformBuildResultProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AppPlatformBuildResultProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AppPlatformBuildResultProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AppPlatformBuildResultProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AppPlatformBuildResultProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET