WebLinkedService
Class
Definition
Linked Service for web page table data source.
[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("Web")]
public class WebLinkedService : Microsoft.Azure.Management.DataFactories.Models.LinkedServiceTypeProperties
- Inheritance
- Attributes
Constructors
| WebLinkedService() | |
| WebLinkedService(String, String) |
Properties
| ApiKey |
Obsolete. WebApi-based authentication has been deprecated. |
| AuthenticationType |
Required. Type of authentication used to connect to the web table source. Possible values are: Anonymous and Basic. |
| Password |
Optional. Password for Basic authentication. |
| Url |
Required. The URL of the web service endpoint, e.g. "http://www.microsoft.com/". |
| Username |
Optional. Username for Basic authentication. |
Extension Methods
| IsDefined(Object) | |
| IsNull(Object) | |
| IsPrimitive(Object) |