Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.ConnectedRegistryProperties
Packages that use ConnectedRegistryProperties
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
-
Uses of ConnectedRegistryProperties in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return ConnectedRegistryPropertiesModifier and TypeMethodDescriptionstatic ConnectedRegistryPropertiesConnectedRegistryProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectedRegistryProperties from the JsonReader.ConnectedRegistryProperties.withClientTokenIds(List<String> clientTokenIds) Set the clientTokenIds property: The list of the ACR token resource IDs used to authenticate clients to the connected registry.ConnectedRegistryProperties.withGarbageCollection(GarbageCollectionProperties garbageCollection) Set the garbageCollection property: The garbage collection properties of the connected registry.ConnectedRegistryProperties.withLogging(LoggingProperties logging) Set the logging property: The logging properties of the connected registry.ConnectedRegistryProperties.withLoginServer(LoginServerProperties loginServer) Set the loginServer property: The login server properties of the connected registry.ConnectedRegistryProperties.withMode(ConnectedRegistryMode mode) Set the mode property: The mode of the connected registry resource that indicates the permissions of the registry.ConnectedRegistryProperties.withNotificationsList(List<String> notificationsList) Set the notificationsList property: The list of notifications subscription information for the connected registry.ConnectedRegistryProperties.withParent(ParentProperties parent) Set the parent property: The parent of the connected registry.