Uses of Class
com.azure.resourcemanager.containerregistry.models.ConnectedRegistryUpdateParameters
Packages that use ConnectedRegistryUpdateParameters
Package
Description
Package containing the service clients for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of ConnectedRegistryUpdateParameters in com.azure.resourcemanager.containerregistry.fluent
Methods in com.azure.resourcemanager.containerregistry.fluent with parameters of type ConnectedRegistryUpdateParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectedRegistryInner>, ConnectedRegistryInner> ConnectedRegistriesClient.beginUpdate(String resourceGroupName, String registryName, String connectedRegistryName, ConnectedRegistryUpdateParameters connectedRegistryUpdateParameters) Updates a connected registry with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectedRegistryInner>, ConnectedRegistryInner> ConnectedRegistriesClient.beginUpdate(String resourceGroupName, String registryName, String connectedRegistryName, ConnectedRegistryUpdateParameters connectedRegistryUpdateParameters, com.azure.core.util.Context context) Updates a connected registry with the specified parameters.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ConnectedRegistryInner>, ConnectedRegistryInner> ConnectedRegistriesClient.beginUpdateAsync(String resourceGroupName, String registryName, String connectedRegistryName, ConnectedRegistryUpdateParameters connectedRegistryUpdateParameters) Updates a connected registry with the specified parameters.ConnectedRegistriesClient.update(String resourceGroupName, String registryName, String connectedRegistryName, ConnectedRegistryUpdateParameters connectedRegistryUpdateParameters) Updates a connected registry with the specified parameters.ConnectedRegistriesClient.update(String resourceGroupName, String registryName, String connectedRegistryName, ConnectedRegistryUpdateParameters connectedRegistryUpdateParameters, com.azure.core.util.Context context) Updates a connected registry with the specified parameters.ConnectedRegistriesClient.updateAsync(String resourceGroupName, String registryName, String connectedRegistryName, ConnectedRegistryUpdateParameters connectedRegistryUpdateParameters) Updates a connected registry with the specified parameters.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> ConnectedRegistriesClient.updateWithResponseAsync(String resourceGroupName, String registryName, String connectedRegistryName, ConnectedRegistryUpdateParameters connectedRegistryUpdateParameters) Updates a connected registry with the specified parameters. -
Uses of ConnectedRegistryUpdateParameters in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return ConnectedRegistryUpdateParametersModifier and TypeMethodDescriptionConnectedRegistryUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectedRegistryUpdateParameters from the JsonReader.ConnectedRegistryUpdateParameters.withClientTokenIds(List<String> clientTokenIds) Set the clientTokenIds property: The list of the ACR token resource IDs used to authenticate clients to the connected registry.ConnectedRegistryUpdateParameters.withGarbageCollection(GarbageCollectionProperties garbageCollection) Set the garbageCollection property: The garbage collection properties of the connected registry.ConnectedRegistryUpdateParameters.withLogging(LoggingProperties logging) Set the logging property: The logging properties of the connected registry.ConnectedRegistryUpdateParameters.withNotificationsList(List<String> notificationsList) Set the notificationsList property: The list of notifications subscription information for the connected registry.ConnectedRegistryUpdateParameters.withSyncProperties(SyncUpdateProperties syncProperties) Set the syncProperties property: The sync properties of the connected registry with its parent.