Uses of Class
com.azure.resourcemanager.containerregistry.models.PasswordName
-
Packages that use PasswordName Package Description com.azure.resourcemanager.containerregistry.models 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 PasswordName Modifier and Type Method Description static PasswordNamePasswordName. fromString(String value)Parses a serialized value to a PasswordName instance.PasswordNameRegenerateCredentialParameters. name()Get the name property: Specifies name of the password which should be regenerated -- password or password2.PasswordNameRegistryPassword. name()Get the name property: The password name.static PasswordNamePasswordName. 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.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type PasswordName Modifier and Type Method Description RegenerateCredentialParametersRegenerateCredentialParameters. withName(PasswordName name)Set the name property: Specifies name of the password which should be regenerated -- password or password2.RegistryPasswordRegistryPassword. withName(PasswordName name)Set the name property: The password name.
-