Uses of Enum
com.azure.resourcemanager.containerregistry.models.PasswordName
Packages that use PasswordName
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of PasswordName in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return PasswordNameModifier and TypeMethodDescriptionstatic PasswordNamePasswordName.fromString(String value) Parses a serialized value to a PasswordName instance.RegenerateCredentialParameters.name()Get the name property: Specifies name of the password which should be regenerated -- password or password2.RegistryPassword.name()Get the name property: The password name.static PasswordNameReturns 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.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type PasswordNameModifier and TypeMethodDescriptionRegenerateCredentialParameters.withName(PasswordName name) Set the name property: Specifies name of the password which should be regenerated -- password or password2.RegistryPassword.withName(PasswordName name) Set the name property: The password name.