| Modifier and Type | Method | Description |
|---|---|---|
rx.Observable<RegistryListCredentialsResult> |
Registries.listCredentialsAsync(String resourceGroupName,
String registryName) |
Lists the login credentials for the specified container registry.
|
rx.Observable<RegistryListCredentialsResult> |
Registries.regenerateCredentialAsync(String resourceGroupName,
String registryName,
PasswordName name) |
Regenerates one of the login credentials for the specified container registry.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/