ContainerRegistryRunGetLogResult Class

Definition

The result of get log link operation.

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

Properties

LogArtifactLink

The link to logs in registry for a run on a azure container registry.

LogLink

The link to logs for a run on a azure container registry.

Explicit Interface Implementations

IJsonModel<ContainerRegistryRunGetLogResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerRegistryRunGetLogResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerRegistryRunGetLogResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerRegistryRunGetLogResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerRegistryRunGetLogResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to