Uses of Class
com.azure.resourcemanager.containerregistry.models.RegistryPassword
-
Packages that use RegistryPassword Package Description com.azure.resourcemanager.containerregistry.fluent.models Package containing the inner data models for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.models 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 RegistryPassword Modifier and Type Method Description List<RegistryPassword>RegistryListCredentialsResultInner. 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 RegistryPassword Modifier and Type Method Description RegistryListCredentialsResultInnerRegistryListCredentialsResultInner. 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 RegistryPassword Modifier and Type Method Description RegistryPasswordRegistryPassword. withName(PasswordName name)Set the name property: The password name.RegistryPasswordRegistryPassword. withValue(String value)Set the value property: The password value.
-