Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.ConnectedRegistryUpdateProperties
Packages that use ConnectedRegistryUpdateProperties
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
-
Uses of ConnectedRegistryUpdateProperties in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return ConnectedRegistryUpdatePropertiesModifier and TypeMethodDescriptionConnectedRegistryUpdateProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectedRegistryUpdateProperties from the JsonReader.ConnectedRegistryUpdateProperties.withClientTokenIds(List<String> clientTokenIds) Set the clientTokenIds property: The list of the ACR token resource IDs used to authenticate clients to the connected registry.ConnectedRegistryUpdateProperties.withGarbageCollection(GarbageCollectionProperties garbageCollection) Set the garbageCollection property: The garbage collection properties of the connected registry.ConnectedRegistryUpdateProperties.withLogging(LoggingProperties logging) Set the logging property: The logging properties of the connected registry.ConnectedRegistryUpdateProperties.withNotificationsList(List<String> notificationsList) Set the notificationsList property: The list of notifications subscription information for the connected registry.ConnectedRegistryUpdateProperties.withSyncProperties(SyncUpdateProperties syncProperties) Set the syncProperties property: The sync properties of the connected registry with its parent.