Uses of Class
com.azure.resourcemanager.containerregistry.models.SyncUpdateProperties
Packages that use SyncUpdateProperties
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of SyncUpdateProperties in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return SyncUpdatePropertiesModifier and TypeMethodDescriptionConnectedRegistryUpdateProperties.syncProperties()Get the syncProperties property: The sync properties of the connected registry with its parent.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type SyncUpdatePropertiesModifier and TypeMethodDescriptionConnectedRegistryUpdateProperties.withSyncProperties(SyncUpdateProperties syncProperties) Set the syncProperties property: The sync properties of the connected registry with its parent. -
Uses of SyncUpdateProperties in com.azure.resourcemanager.containerregistry.models
Classes in com.azure.resourcemanager.containerregistry.models that implement interfaces with type arguments of type SyncUpdatePropertiesModifier and TypeClassDescriptionfinal classThe parameters for updating the sync properties of the connected registry with its parent.Methods in com.azure.resourcemanager.containerregistry.models that return SyncUpdatePropertiesModifier and TypeMethodDescriptionstatic SyncUpdatePropertiesSyncUpdateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SyncUpdateProperties from the JsonReader.ConnectedRegistryUpdateParameters.syncProperties()Get the syncProperties property: The sync properties of the connected registry with its parent.SyncUpdateProperties.withMessageTtl(Duration messageTtl) Set the messageTtl property: The period of time for which a message is available to sync before it is expired.SyncUpdateProperties.withSchedule(String schedule) Set the schedule property: The cron expression indicating the schedule that the connected registry will sync with its parent.SyncUpdateProperties.withSyncWindow(Duration syncWindow) Set the syncWindow property: The time window during which sync is enabled for each schedule occurrence.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type SyncUpdatePropertiesModifier and TypeMethodDescriptionConnectedRegistryUpdateParameters.withSyncProperties(SyncUpdateProperties syncProperties) Set the syncProperties property: The sync properties of the connected registry with its parent.