Share via


ContainerRegistryPlatformUpdateContent Class

Definition

The properties for updating the platform configuration.

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

Constructors

Name Description
ContainerRegistryPlatformUpdateContent()

Initializes a new instance of ContainerRegistryPlatformUpdateContent.

Properties

Name Description
Architecture

The OS architecture.

OS

The operating system type required for the run.

Variant

Variant of the CPU.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ContainerRegistryPlatformUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerRegistryPlatformUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerRegistryPlatformUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerRegistryPlatformUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerRegistryPlatformUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to