| Modifier and Type | Method and Description |
|---|---|
static PasswordName |
PasswordName.fromString(String value)
Parses a serialized value to a PasswordName instance.
|
PasswordName |
RegistryPassword.name()
Get the name value.
|
PasswordName |
RegenerateCredentialParameters.name()
Get the name value.
|
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 and Description |
|---|---|
com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentials |
Registry.regenerateCredential(PasswordName passwordName)
Regenerates one of the login credentials for the specified container registry.
|
com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentials |
Registries.regenerateCredential(String groupName,
String registryName,
PasswordName passwordName)
Regenerates one of the login credentials for the specified container registry.
|
rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentials> |
Registry.regenerateCredentialAsync(PasswordName passwordName)
Regenerates one of the login credentials for the specified container registry.
|
rx.Observable<com.microsoft.azure.management.containerregistry.implementation.RegistryListCredentials> |
Registries.regenerateCredentialAsync(String groupName,
String registryName,
PasswordName passwordName)
Regenerates one of the login credentials for the specified container registry.
|
RegistryPassword |
RegistryPassword.withName(PasswordName name)
Set the name value.
|
RegenerateCredentialParameters |
RegenerateCredentialParameters.withName(PasswordName name)
Set the name value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/