Uses of Class
com.azure.resourcemanager.datafactory.models.HttpLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of HttpLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionHttpLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.HttpLinkedService.withAuthenticationType
(HttpAuthenticationType authenticationType) Set the authenticationType property: The authentication type to be used to connect to the HTTP server.HttpLinkedService.withAuthHeaders
(Object authHeaders) Set the authHeaders property: The additional HTTP headers in the request to RESTful API used for authorization.HttpLinkedService.withCertThumbprint
(Object certThumbprint) Set the certThumbprint property: Thumbprint of certificate for ClientCertificate authentication.HttpLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.HttpLinkedService.withDescription
(String description) Set the description property: Linked service description.HttpLinkedService.withEmbeddedCertData
(Object embeddedCertData) Set the embeddedCertData property: Base64 encoded certificate data for ClientCertificate authentication.HttpLinkedService.withEnableServerCertificateValidation
(Object enableServerCertificateValidation) Set the enableServerCertificateValidation property: If true, validate the HTTPS server SSL certificate.HttpLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.HttpLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.HttpLinkedService.withPassword
(SecretBase password) Set the password property: Password for Basic, Digest, Windows, or ClientCertificate with EmbeddedCertData authentication.Set the url property: The base URL of the HTTP endpoint, e.g.HttpLinkedService.withUsername
(Object username) Set the username property: User name for Basic, Digest, or Windows authentication.