次の方法で共有


ConnectedRegistrySyncProperties Class

Definition

The sync properties of the connected registry with its parent.

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

Constructors

ConnectedRegistrySyncProperties(ResourceIdentifier, TimeSpan)

Initializes a new instance of ConnectedRegistrySyncProperties.

Properties

GatewayEndpoint

The gateway endpoint used by the connected registry to communicate with its parent.

LastSyncOn

The last time a sync occurred between the connected registry and its parent.

MessageTtl

The period of time for which a message is available to sync before it is expired. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601.

Schedule

The cron expression indicating the schedule that the connected registry will sync with its parent.

SyncWindow

The time window during which sync is enabled for each schedule occurrence. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601.

TokenId

The resource ID of the ACR token used to authenticate the connected registry to its parent during sync.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConnectedRegistrySyncProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConnectedRegistrySyncProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectedRegistrySyncProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectedRegistrySyncProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConnectedRegistrySyncProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to