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.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.DataFactory.Models.UnknownWebLinkedServiceTypeProperties))]
public abstract class WebLinkedServiceTypeProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.WebLinkedServiceTypeProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.WebLinkedServiceTypeProperties>
public abstract class WebLinkedServiceTypeProperties
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.DataFactory.Models.UnknownWebLinkedServiceTypeProperties))>]
type WebLinkedServiceTypeProperties = class
    interface IJsonModel<WebLinkedServiceTypeProperties>
    interface IPersistableModel<WebLinkedServiceTypeProperties>
type WebLinkedServiceTypeProperties = class
Public MustInherit Class WebLinkedServiceTypeProperties
Implements IJsonModel(Of WebLinkedServiceTypeProperties), IPersistableModel(Of WebLinkedServiceTypeProperties)
Public MustInherit Class WebLinkedServiceTypeProperties
Inheritance
WebLinkedServiceTypeProperties
Derived
Attributes
Implements

Constructors

WebLinkedServiceTypeProperties(DataFactoryElement<String>)

Initializes a new instance of WebLinkedServiceTypeProperties.

Properties

Uri

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

Explicit Interface Implementations

IJsonModel<WebLinkedServiceTypeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<WebLinkedServiceTypeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WebLinkedServiceTypeProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebLinkedServiceTypeProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<WebLinkedServiceTypeProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to