Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.RegistryListCredentialsResultInner
-
Packages that use RegistryListCredentialsResultInner Package Description com.azure.resourcemanager.containerregistry.fluent Package containing the service clients for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.fluent.models 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 RegistryListCredentialsResultInner Modifier and Type Method Description RegistryListCredentialsResultInnerRegistriesClient. listCredentials(String resourceGroupName, String registryName)Lists the login credentials for the specified container registry.RegistryListCredentialsResultInnerRegistriesClient. 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 RegistryListCredentialsResultInner Modifier and Type Method Description Mono<RegistryListCredentialsResultInner>RegistriesClient. 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.Mono<RegistryListCredentialsResultInner>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 RegistryListCredentialsResultInner Modifier and Type Method Description RegistryListCredentialsResultInnerRegistryListCredentialsResultInner. withPasswords(List<RegistryPassword> passwords)Set the passwords property: The list of passwords for a container registry.RegistryListCredentialsResultInnerRegistryListCredentialsResultInner. withUsername(String username)Set the username property: The username for a container registry.
-