Class AzureSearchLinkedService
Linked service for Windows Azure Search Service.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureSearchLinkedService/AzureSearchLinkedServiceConverter))]
public class AzureSearchLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
Constructors
AzureSearchLinkedService(Object)
Initializes a new instance of AzureSearchLinkedService.
Declaration
public AzureSearchLinkedService (object url);
Parameters
|
System.Object
url
URL for Azure Search service. Type: string (or Expression with resultType string). |
Exceptions
|
System.ArgumentNullException
|
Properties
EncryptedCredential
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
Declaration
public object EncryptedCredential { get; set; }
Property Value
|
System.Object
|
Key
Admin Key for Azure Search service Please note SecretBase 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 AzureKeyVaultSecretReference and SecureString.
Declaration
public Azure.Analytics.Synapse.Artifacts.Models.SecretBase Key { get; set; }
Property Value
|
SecretBase
|
Url
URL for Azure Search service. Type: string (or Expression with resultType string).
Declaration
public object Url { get; set; }
Property Value
|
System.Object
|