次の方法で共有


SyncUpdateProperties Class

The parameters for updating the sync properties of the connected registry with its parent.

Inheritance
azure.mgmt.containerregistry._serialization.Model
SyncUpdateProperties

Constructor

SyncUpdateProperties(*, schedule: str | None = None, sync_window: timedelta | None = None, message_ttl: timedelta | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
schedule
str

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

sync_window

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.

message_ttl

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.

Variables

Name Description
schedule
str

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

sync_window

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.

message_ttl

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.