Uses of Class
com.azure.resourcemanager.containerregistry.models.RegistryPassword
Packages that use RegistryPassword
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of RegistryPassword in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return types with arguments of type RegistryPasswordModifier and TypeMethodDescriptionRegistryListCredentialsResultInner.passwords()Get the passwords property: The list of passwords for a container registry.Method parameters in com.azure.resourcemanager.containerregistry.fluent.models with type arguments of type RegistryPasswordModifier and TypeMethodDescriptionRegistryListCredentialsResultInner.withPasswords(List<RegistryPassword> passwords) Set the passwords property: The list of passwords for a container registry. -
Uses of RegistryPassword in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return RegistryPasswordModifier and TypeMethodDescriptionstatic RegistryPasswordRegistryPassword.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RegistryPassword from the JsonReader.RegistryPassword.withName(PasswordName name) Set the name property: The password name.Set the value property: The password value.