Uses of Class
com.azure.resourcemanager.datafactory.models.WebClientCertificateAuthentication
-
Packages that use WebClientCertificateAuthentication Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of WebClientCertificateAuthentication in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return WebClientCertificateAuthentication Modifier and Type Method Description WebClientCertificateAuthentication
WebClientCertificateAuthentication. withPassword(SecretBase password)
Set the password property: Password for the PFX file.WebClientCertificateAuthentication
WebClientCertificateAuthentication. withPfx(SecretBase pfx)
Set the pfx property: Base64-encoded contents of a PFX file.WebClientCertificateAuthentication
WebClientCertificateAuthentication. withUrl(Object url)
Set the url property: The URL of the web service endpoint, e.g.
-