WebLinkedService Class

Definition

Web linked service.

[Newtonsoft.Json.JsonObject("Web")]
public class WebLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Newtonsoft.Json.JsonObject("Web")>]
type WebLinkedService = class
    inherit LinkedService
Public Class WebLinkedService
Inherits LinkedService
Inheritance
WebLinkedService
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

WebLinkedService()

Initializes a new instance of the WebLinkedService class.

WebLinkedService(WebLinkedServiceTypeProperties, IDictionary<String, Object>, IntegrationRuntimeReference, String, IDictionary<String, ParameterSpecification>, IList<Object>)

Initializes a new instance of the WebLinkedService class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from LinkedService)
Annotations

Gets or sets list of tags that can be used for describing the linked service.

(Inherited from LinkedService)
ConnectVia

Gets or sets the integration runtime reference.

(Inherited from LinkedService)
Description

Gets or sets linked service description.

(Inherited from LinkedService)
Parameters

Gets or sets parameters for linked service.

(Inherited from LinkedService)
TypeProperties

Gets or sets web linked service properties.

Methods

Validate()

Validate the object.

Applies to