Udostępnij za pośrednictwem


AppPlatformBuildResultLog Class

Definition

Build result log resource properties payload.

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

Properties

BlobUri

The public download URL of this build result log.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AppPlatformBuildResultLog>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppPlatformBuildResultLog>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppPlatformBuildResultLog>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppPlatformBuildResultLog>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppPlatformBuildResultLog>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to