To list all repositories in your container registry, send a GET request to /v2/registries/$REGISTRY_NAME/repositoriesV2. It is similar to GET /v2/registry/$REGISTRY_NAME/repositoriesV2 and exists for backward compatibility.
OptionalrequestConfiguration: RequestConfiguration<RepositoriesV2RequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
To list all repositories in your container registry, send a GET request to /v2/registries/$REGISTRY_NAME/repositoriesV2. It is similar to GET /v2/registry/$REGISTRY_NAME/repositoriesV2 and exists for backward compatibility.
OptionalrequestConfiguration: RequestConfiguration<RepositoriesV2RequestBuilderGetQueryParameters>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/registries/{registry_name}/repositoriesV2