Uses of Class
com.azure.resourcemanager.containerregistry.models.SyncProperties
Packages that use SyncProperties
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
null.
-
Uses of SyncProperties in com.azure.resourcemanager.containerregistry.models
Classes in com.azure.resourcemanager.containerregistry.models that implement interfaces with type arguments of type SyncPropertiesModifier and TypeClassDescriptionfinal classThe sync properties of the connected registry with its parent.Methods in com.azure.resourcemanager.containerregistry.models that return SyncPropertiesModifier and TypeMethodDescriptionstatic SyncPropertiesSyncProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SyncProperties from the JsonReader.ParentProperties.syncProperties()Get the syncProperties property: The sync properties of the connected registry with its parent.SyncProperties.withMessageTtl(Duration messageTtl) Set the messageTtl property: The period of time for which a message is available to sync before it is expired.SyncProperties.withSchedule(String schedule) Set the schedule property: The cron expression indicating the schedule that the connected registry will sync with its parent.SyncProperties.withSyncWindow(Duration syncWindow) Set the syncWindow property: The time window during which sync is enabled for each schedule occurrence.SyncProperties.withTokenId(String tokenId) Set the tokenId property: The resource ID of the ACR token used to authenticate the connected registry to its parent during sync.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type SyncPropertiesModifier and TypeMethodDescriptionParentProperties.withSyncProperties(SyncProperties syncProperties) Set the syncProperties property: The sync properties of the connected registry with its parent.