Package version:

Interface WebLinkedServiceTypeProperties

Base definition of WebLinkedServiceTypeProperties, this typeProperties is polymorphic based on authenticationType, so not flattened in SDK models.

interface WebLinkedServiceTypeProperties {
    authenticationType: "Anonymous" | "Basic" | "ClientCertificate";
    url: any;
}

Hierarchy (view full)

Properties

authenticationType: "Anonymous" | "Basic" | "ClientCertificate"

Polymorphic discriminator, which specifies the different types this object can be

url: any

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