WebLinkedServiceTypeProperties Class

Definition

Base definition of WebLinkedServiceTypeProperties, this typeProperties is polymorphic based on authenticationType, so not flattened in SDK models. Please note WebLinkedServiceTypeProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include WebAnonymousAuthentication, WebBasicAuthentication and WebClientCertificateAuthentication.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.WebLinkedServiceTypeProperties+WebLinkedServiceTypePropertiesConverter))]
public class WebLinkedServiceTypeProperties
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.WebLinkedServiceTypeProperties+WebLinkedServiceTypePropertiesConverter))>]
type WebLinkedServiceTypeProperties = class
Public Class WebLinkedServiceTypeProperties
Inheritance
WebLinkedServiceTypeProperties
Derived
Attributes

Constructors

WebLinkedServiceTypeProperties(Object)

Initializes a new instance of WebLinkedServiceTypeProperties.

Properties

Url

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

Applies to