Share via


ConnectedRegistryPatch Class

Definition

The parameters for updating a connected registry.

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

Constructors

ConnectedRegistryPatch()

Initializes a new instance of ConnectedRegistryPatch.

Properties

ClientTokenIds

The list of the ACR token resource IDs used to authenticate clients to the connected registry.

GarbageCollection

The garbage collection properties of the connected registry.

Logging

The logging properties of the connected registry.

NotificationsList

The list of notifications subscription information for the connected registry.

SyncProperties

The sync properties of the connected registry with its parent.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConnectedRegistryPatch>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectedRegistryPatch>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectedRegistryPatch>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectedRegistryPatch>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectedRegistryPatch>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to