WebLinkedServiceTypeProperties Constructors

Definition

Overloads

WebLinkedServiceTypeProperties()

Initializes a new instance of the WebLinkedServiceTypeProperties class.

WebLinkedServiceTypeProperties(Object)

Initializes a new instance of the WebLinkedServiceTypeProperties class.

WebLinkedServiceTypeProperties()

Initializes a new instance of the WebLinkedServiceTypeProperties class.

public WebLinkedServiceTypeProperties ();
Public Sub New ()

Applies to

WebLinkedServiceTypeProperties(Object)

Initializes a new instance of the WebLinkedServiceTypeProperties class.

public WebLinkedServiceTypeProperties (object url);
new Microsoft.Azure.Management.DataFactory.Models.WebLinkedServiceTypeProperties : obj -> Microsoft.Azure.Management.DataFactory.Models.WebLinkedServiceTypeProperties
Public Sub New (url As Object)

Parameters

url
Object

The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with resultType string).

Applies to