WebLinkedServiceTypeProperties Class
Base definition of WebLinkedServiceTypeProperties, this typeProperties is polymorphic based on authenticationType, so not flattened in SDK models.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: WebAnonymousAuthentication, WebBasicAuthentication, WebClientCertificateAuthentication.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
WebLinkedServiceTypeProperties
Constructor
WebLinkedServiceTypeProperties(*, url: Any, **kwargs)
Variables
- url
- any
Required. The URL of the web service endpoint, e.g. http://www.microsoft.com . Type: string (or Expression with resultType string).
- authentication_type
- str or WebAuthenticationType
Required. Type of authentication used to connect to the web table source.Constant filled by server. Known values are: "Basic", "Anonymous", "ClientCertificate".
Feedback
Submit and view feedback for