Uses of Interface
com.azure.resourcemanager.containerregistry.models.RegistryCredentials
-
Packages that use RegistryCredentials Package Description com.azure.resourcemanager.containerregistry.models 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 RegistryCredentials Modifier and Type Method Description RegistryCredentialsRegistries. getCredentials(String resourceGroupName, String registryName)Gets the login credentials for the specified container registry.RegistryCredentialsRegistry. getCredentials()RegistryCredentialsRegistries. regenerateCredential(String resourceGroupName, String registryName, AccessKeyType accessKeyType)Regenerates the value for one of the admin user access key for the specified container registry.RegistryCredentialsRegistry. 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 RegistryCredentials Modifier and Type Method Description Mono<RegistryCredentials>Registries. getCredentialsAsync(String resourceGroupName, String registryName)Gets the login credentials for the specified container registry.Mono<RegistryCredentials>Registry. getCredentialsAsync()Mono<RegistryCredentials>Registries. regenerateCredentialAsync(String resourceGroupName, String registryName, AccessKeyType accessKeyType)Regenerates the value for one of the admin user access key for the specified container registry.Mono<RegistryCredentials>Registry. regenerateCredentialAsync(AccessKeyType accessKeyType)Regenerates one of the login credentials for the specified container registry.
-