Uses of Class
com.azure.containers.containerregistry.ContainerRegistryClientBuilder
Packages that use ContainerRegistryClientBuilder
Package
Description
Package containing the classes for ContainerRegistry.
-
Uses of ContainerRegistryClientBuilder in com.azure.containers.containerregistry
Methods in com.azure.containers.containerregistry that return ContainerRegistryClientBuilderModifier and TypeMethodDescriptionContainerRegistryClientBuilder.addPolicy(com.azure.core.http.policy.HttpPipelinePolicy policy) Adds apipeline policyto apply on each request sent.ContainerRegistryClientBuilder.audience(ContainerRegistryAudience audience) Sets the audience for the Azure Container Registry service.ContainerRegistryClientBuilder.clientOptions(com.azure.core.util.ClientOptions clientOptions) Allows for setting common properties such as application ID, headers, proxy configuration, etc.ContainerRegistryClientBuilder.configuration(com.azure.core.util.Configuration configuration) Sets the configuration store that is used during construction of the service client.ContainerRegistryClientBuilder.credential(com.azure.core.credential.TokenCredential credential) Sets theTokenCredentialused to authorize requests sent to the service.Sets the service endpoint for the Azure Container Registry instance.ContainerRegistryClientBuilder.httpClient(com.azure.core.http.HttpClient httpClient) Sets theHttpClientto use for sending and receiving requests to and from the service.ContainerRegistryClientBuilder.httpLogOptions(com.azure.core.http.policy.HttpLogOptions httpLogOptions) Sets thelogging configurationto use when sending and receiving requests to and from the service.ContainerRegistryClientBuilder.pipeline(com.azure.core.http.HttpPipeline httpPipeline) Sets theHttpPipelineto use for the service client.ContainerRegistryClientBuilder.retryOptions(com.azure.core.http.policy.RetryOptions retryOptions) Sets theRetryOptionsfor all the requests made through the client.ContainerRegistryClientBuilder.retryPolicy(com.azure.core.http.policy.RetryPolicy retryPolicy) Sets theHttpPipelinePolicythat is used to retry requests.ContainerRegistryClientBuilder.serviceVersion(ContainerRegistryServiceVersion version) Sets theContainerRegistryServiceVersionthat is used when making API requests.