Uses of Class
com.azure.resourcemanager.containerregistry.models.GarbageCollectionProperties
Packages that use GarbageCollectionProperties
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of GarbageCollectionProperties in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return GarbageCollectionPropertiesModifier and TypeMethodDescriptionConnectedRegistryInner.garbageCollection()Get the garbageCollection property: The garbage collection properties of the connected registry.ConnectedRegistryProperties.garbageCollection()Get the garbageCollection property: The garbage collection properties of the connected registry.ConnectedRegistryUpdateProperties.garbageCollection()Get the garbageCollection property: The garbage collection properties of the connected registry.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type GarbageCollectionPropertiesModifier and TypeMethodDescriptionConnectedRegistryInner.withGarbageCollection(GarbageCollectionProperties garbageCollection) Set the garbageCollection property: The garbage collection properties of the connected registry.ConnectedRegistryProperties.withGarbageCollection(GarbageCollectionProperties garbageCollection) Set the garbageCollection property: The garbage collection properties of the connected registry.ConnectedRegistryUpdateProperties.withGarbageCollection(GarbageCollectionProperties garbageCollection) Set the garbageCollection property: The garbage collection properties of the connected registry. -
Uses of GarbageCollectionProperties in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return GarbageCollectionPropertiesModifier and TypeMethodDescriptionstatic GarbageCollectionPropertiesGarbageCollectionProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GarbageCollectionProperties from the JsonReader.ConnectedRegistryUpdateParameters.garbageCollection()Get the garbageCollection property: The garbage collection properties of the connected registry.GarbageCollectionProperties.withEnabled(Boolean enabled) Set the enabled property: Indicates whether garbage collection is enabled for the connected registry.GarbageCollectionProperties.withSchedule(String schedule) Set the schedule property: The cron expression indicating the schedule that the connected registry will run garbage collection.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type GarbageCollectionPropertiesModifier and TypeMethodDescriptionConnectedRegistryUpdateParameters.withGarbageCollection(GarbageCollectionProperties garbageCollection) Set the garbageCollection property: The garbage collection properties of the connected registry.