Class ContainerRegistryManager
java.lang.Object
com.azure.resourcemanager.resources.fluentcore.arm.Manager<ContainerRegistryManagementClient>
com.azure.resourcemanager.containerregistry.ContainerRegistryManager
- All Implemented Interfaces:
com.azure.resourcemanager.resources.fluentcore.model.HasServiceClient<ContainerRegistryManagementClient>
public final class ContainerRegistryManager
extends com.azure.resourcemanager.resources.fluentcore.arm.Manager<ContainerRegistryManagementClient>
Entry point to Azure container registry management.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThe interface allowing configurations to be set. -
Method Summary
Modifier and TypeMethodDescriptionstatic ContainerRegistryManagerauthenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of ContainerRegistryManager that exposes Registry resource management API entry points.static ContainerRegistryManagerauthenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of ContainerRegistryManager that exposes Registry resource management API entry points.Get a Configurable instance that can be used to create ContainerRegistryManager with optional configuration.Gets the availability set resource management API entry point.Deprecated.Use azure-resourcemanager-containerregistry-tasks lib.Deprecated.Use azure-resourcemanager-containerregistry-tasks lib.Deprecated.Use azure-resourcemanager-containerregistry-tasks lib.Methods inherited from class com.azure.resourcemanager.resources.fluentcore.arm.Manager
environment, httpPipeline, resourceManager, serviceClient, subscriptionId, withResourceManager
-
Method Details
-
configure
Get a Configurable instance that can be used to create ContainerRegistryManager with optional configuration.- Returns:
- Configurable
-
authenticate
public static ContainerRegistryManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile) Creates an instance of ContainerRegistryManager that exposes Registry resource management API entry points.- Parameters:
credential- the credential to useprofile- the profile to use- Returns:
- the ContainerRegistryManager
-
authenticate
public static ContainerRegistryManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile) Creates an instance of ContainerRegistryManager that exposes Registry resource management API entry points.- Parameters:
httpPipeline- theHttpPipelineconfigured with Azure authentication credential.profile- the profile to use- Returns:
- the ContainerRegistryManager
-
containerRegistries
Gets the availability set resource management API entry point.- Returns:
- the availability set resource management API entry point
-
containerRegistryTasks
Deprecated.Use azure-resourcemanager-containerregistry-tasks lib.Gets the current instance of ContainerRegistryManager's tasks.- Returns:
- the tasks of the current instance of ContainerRegistryManager.
-
registryTaskRuns
Deprecated.Use azure-resourcemanager-containerregistry-tasks lib.Gets the current instance of ContainerRegistryManager's registry task runs.- Returns:
- the registry task runs of the current instance of ContainerRegistryManager.
-
taskClient
Deprecated.Use azure-resourcemanager-containerregistry-tasks lib.Gets wrapped inner task client providing direct access to auto-generated API implementation, based on Azure REST API.- Returns:
- wrapped inner task client.
-