Class ContainerRegistryManager
java.lang.Object
com.azure.resourcemanager.resources.fluentcore.arm.Manager<ContainerRegistryManagementClient>
com.azure.resourcemanager.containerregistry.ContainerRegistryManager
- All Implemented Interfaces:
HasServiceClient<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.Gets the current instance of ContainerRegistryManager's tasks.Gets the current instance of ContainerRegistryManager's registry task runs.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
Gets the current instance of ContainerRegistryManager's tasks.- Returns:
- the tasks of the current instance of ContainerRegistryManager.
-
registryTaskRuns
Gets the current instance of ContainerRegistryManager's registry task runs.- Returns:
- the registry task runs of the current instance of ContainerRegistryManager.
-