Uses of Enum Class
com.microsoft.azure.management.containerregistry.PasswordName
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of PasswordName in com.microsoft.azure.management.containerregistry
Modifier and TypeMethodDescriptionstatic PasswordName
PasswordName.fromString
(String value) Parses a serialized value to a PasswordName instance.RegenerateCredentialParameters.name()
Get specifies name of the password which should be regenerated -- password or password2.RegistryPassword.name()
Get the password name.static PasswordName
Returns the enum constant of this class with the specified name.static PasswordName[]
PasswordName.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionRegenerateCredentialParameters.withName
(PasswordName name) Set specifies name of the password which should be regenerated -- password or password2.RegistryPassword.withName
(PasswordName name) Set the password name.