Uses of Class
com.azure.resourcemanager.deviceregistry.models.UsernamePasswordCredentials
Package
Description
Package containing the data models for DeviceRegistry.
-
Uses of UsernamePasswordCredentials in com.azure.resourcemanager.deviceregistry.models
Modifier and TypeMethodDescriptionUserAuthentication.usernamePasswordCredentials()
Get the usernamePasswordCredentials property: Defines the username and password references when UsernamePassword user authentication mode is selected.UsernamePasswordCredentials.withPasswordReference
(String passwordReference) Set the passwordReference property: A reference to secret containing the password.UsernamePasswordCredentials.withUsernameReference
(String usernameReference) Set the usernameReference property: A reference to secret containing the username.Modifier and TypeMethodDescriptionUserAuthentication.withUsernamePasswordCredentials
(UsernamePasswordCredentials usernamePasswordCredentials) Set the usernamePasswordCredentials property: Defines the username and password references when UsernamePassword user authentication mode is selected.