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