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>
public class ContainerRegistryPlatformUpdateContent
type ContainerRegistryPlatformUpdateContent = class
    interface IJsonModel<ContainerRegistryPlatformUpdateContent>
    interface IPersistableModel<ContainerRegistryPlatformUpdateContent>
type ContainerRegistryPlatformUpdateContent = class
Public Class ContainerRegistryPlatformUpdateContent
Implements IJsonModel(Of ContainerRegistryPlatformUpdateContent), IPersistableModel(Of ContainerRegistryPlatformUpdateContent)
Public Class ContainerRegistryPlatformUpdateContent
Inheritance
ContainerRegistryPlatformUpdateContent
Implements

Constructors

ContainerRegistryPlatformUpdateContent()

Initializes a new instance of ContainerRegistryPlatformUpdateContent.

Properties

Architecture

The OS architecture.

OS

The operating system type required for the run.

Variant

Variant of the CPU.

Explicit Interface Implementations

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