Package | Description |
---|---|
com.microsoft.azure.management.containerregistry |
This package contains the classes for ContainerRegistryManagementClient.
|
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 password name.
|
PasswordName |
RegenerateCredentialParameters.name()
Get specifies name of the password which should be regenerated -- password or password2.
|
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 |
---|---|
RegistryPassword |
RegistryPassword.withName(PasswordName name)
Set the password name.
|
RegenerateCredentialParameters |
RegenerateCredentialParameters.withName(PasswordName name)
Set specifies name of the password which should be regenerated -- password or password2.
|
Copyright © 2019. All rights reserved.