Uses of Class
com.azure.resourcemanager.datafactory.models.WebBasicAuthentication
-
Packages that use WebBasicAuthentication Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of WebBasicAuthentication in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return WebBasicAuthentication Modifier and Type Method Description WebBasicAuthentication
WebBasicAuthentication. withPassword(SecretBase password)
Set the password property: The password for Basic authentication.WebBasicAuthentication
WebBasicAuthentication. withUrl(Object url)
Set the url property: The URL of the web service endpoint, e.g.WebBasicAuthentication
WebBasicAuthentication. withUsername(Object username)
Set the username property: User name for Basic authentication.
-