WebAnonymousAuthentication Class
A WebLinkedService that uses anonymous authentication to communicate with an HTTP endpoint.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.WebLinkedServiceTypePropertiesWebAnonymousAuthentication
Constructor
WebAnonymousAuthentication(*, url: MutableMapping[str, Any], **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
url
|
<xref:JSON>
The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with resultType string). Required. |
Variables
Name | Description |
---|---|
url
|
<xref:JSON>
The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with resultType string). Required. |
authentication_type
|
Type of authentication used to connect to the web table source. Required. Known values are: "Basic", "Anonymous", and "ClientCertificate". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python