Uses of Interface
com.azure.resourcemanager.containerregistry.models.RegistryCredentials
Packages that use RegistryCredentials
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of RegistryCredentials in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return RegistryCredentialsModifier and TypeMethodDescriptionRegistries.getCredentials(String resourceGroupName, String registryName) Gets the login credentials for the specified container registry.Registry.getCredentials()Gets the login credentials for the specified container registry.Registries.regenerateCredential(String resourceGroupName, String registryName, AccessKeyType accessKeyType) Regenerates the value for one of the admin user access key for the specified container registry.Registry.regenerateCredential(AccessKeyType accessKeyType) Regenerates one of the login credentials for the specified container registry.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type RegistryCredentialsModifier and TypeMethodDescriptionRegistries.getCredentialsAsync(String resourceGroupName, String registryName) Gets the login credentials for the specified container registry.Registry.getCredentialsAsync()Gets a representation of the future computation of this call.Registries.regenerateCredentialAsync(String resourceGroupName, String registryName, AccessKeyType accessKeyType) Regenerates the value for one of the admin user access key for the specified container registry.Registry.regenerateCredentialAsync(AccessKeyType accessKeyType) Regenerates one of the login credentials for the specified container registry.