| Modifier and Type | Method | Description |
|---|---|---|
static PasswordName |
PasswordName.fromString(String value) |
Parses a serialized value to a PasswordName instance.
|
PasswordName |
RegenerateCredentialParameters.name() |
Get specifies name of the password which should be regenerated -- password or password2.
|
PasswordName |
RegistryPassword.name() |
Get the password name.
|
static PasswordName |
PasswordName.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PasswordName[] |
PasswordName.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
rx.Observable<RegistryListCredentialsResult> |
Registries.regenerateCredentialAsync(String resourceGroupName,
String registryName,
PasswordName name) |
Regenerates one of the login credentials for the specified container registry.
|
RegenerateCredentialParameters |
RegenerateCredentialParameters.withName(PasswordName name) |
Set specifies name of the password which should be regenerated -- password or password2.
|
RegistryPassword |
RegistryPassword.withName(PasswordName name) |
Set the password name.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/