Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.RegistryListCredentialsResultInner
Packages that use RegistryListCredentialsResultInner
Package
Description
Package containing the service clients for ContainerRegistryManagementClient.
Package containing the inner data models for ContainerRegistryManagementClient.
-
Uses of RegistryListCredentialsResultInner in com.azure.resourcemanager.containerregistry.fluent
Methods in com.azure.resourcemanager.containerregistry.fluent that return RegistryListCredentialsResultInnerModifier and TypeMethodDescriptionRegistriesClient.listCredentials(String resourceGroupName, String registryName) Lists the login credentials for the specified container registry.RegistriesClient.regenerateCredential(String resourceGroupName, String registryName, RegenerateCredentialParameters regenerateCredentialParameters) Regenerates one of the login credentials for the specified container registry.Methods in com.azure.resourcemanager.containerregistry.fluent that return types with arguments of type RegistryListCredentialsResultInnerModifier and TypeMethodDescriptionRegistriesClient.listCredentialsAsync(String resourceGroupName, String registryName) Lists the login credentials for the specified container registry.com.azure.core.http.rest.Response<RegistryListCredentialsResultInner> RegistriesClient.listCredentialsWithResponse(String resourceGroupName, String registryName, com.azure.core.util.Context context) Lists the login credentials for the specified container registry.Mono<com.azure.core.http.rest.Response<RegistryListCredentialsResultInner>> RegistriesClient.listCredentialsWithResponseAsync(String resourceGroupName, String registryName) Lists the login credentials for the specified container registry.RegistriesClient.regenerateCredentialAsync(String resourceGroupName, String registryName, RegenerateCredentialParameters regenerateCredentialParameters) Regenerates one of the login credentials for the specified container registry.com.azure.core.http.rest.Response<RegistryListCredentialsResultInner> RegistriesClient.regenerateCredentialWithResponse(String resourceGroupName, String registryName, RegenerateCredentialParameters regenerateCredentialParameters, com.azure.core.util.Context context) Regenerates one of the login credentials for the specified container registry.Mono<com.azure.core.http.rest.Response<RegistryListCredentialsResultInner>> RegistriesClient.regenerateCredentialWithResponseAsync(String resourceGroupName, String registryName, RegenerateCredentialParameters regenerateCredentialParameters) Regenerates one of the login credentials for the specified container registry. -
Uses of RegistryListCredentialsResultInner in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return RegistryListCredentialsResultInnerModifier and TypeMethodDescriptionRegistryListCredentialsResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RegistryListCredentialsResultInner from the JsonReader.RegistryListCredentialsResultInner.withPasswords(List<RegistryPassword> passwords) Set the passwords property: The list of passwords for a container registry.RegistryListCredentialsResultInner.withUsername(String username) Set the username property: The username for a container registry.