Show / Hide Table of Contents

Class WebLinkedServiceTypeProperties

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.

Inheritance
System.Object
WebLinkedServiceTypeProperties
WebAnonymousAuthentication
WebBasicAuthentication
WebClientCertificateAuthentication
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.WebLinkedServiceTypeProperties/WebLinkedServiceTypePropertiesConverter))]
public class WebLinkedServiceTypeProperties

Constructors

WebLinkedServiceTypeProperties(Object)

Initializes a new instance of WebLinkedServiceTypeProperties.

Declaration
public WebLinkedServiceTypeProperties (object url);
Parameters
System.Object url

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

Exceptions
System.ArgumentNullException

url is null.

Properties

Url

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

Declaration
public object Url { get; set; }
Property Value
System.Object

Back to top Azure SDK for .NET