Package version:

Interface AzureSearchLinkedService

Linked service for Windows Azure Search Service.

interface AzureSearchLinkedService {
    annotations?: any[];
    connectVia?: IntegrationRuntimeReference;
    description?: string;
    encryptedCredential?: string;
    key?: SecretBaseUnion;
    parameters?: {
        [propertyName: string]: ParameterSpecification;
    };
    type: "AzureSearch";
    url: any;
    version?: string;
}

Hierarchy (view full)

Properties

annotations?: any[]

List of tags that can be used for describing the linked service.

The integration runtime reference.

description?: string

Linked service description.

encryptedCredential?: string

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

Admin Key for Azure Search service

parameters?: {
    [propertyName: string]: ParameterSpecification;
}

Parameters for linked service.

type

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

url: any

URL for Azure Search service. Type: string (or Expression with resultType string).

version?: string

Version of the linked service.