Show / Hide Table of Contents

Class DataworldLinkedService

Linked service for Dataworld.

Inheritance
System.Object
LinkedService
DataworldLinkedService
Inherited Members
LinkedService.AdditionalProperties
LinkedService.Annotations
LinkedService.ConnectVia
LinkedService.Description
LinkedService.Parameters
LinkedService.Version
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.DataworldLinkedService/DataworldLinkedServiceConverter))]
public class DataworldLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService

Constructors

DataworldLinkedService(SecretBase)

Initializes a new instance of DataworldLinkedService.

Declaration
public DataworldLinkedService (Azure.Analytics.Synapse.Artifacts.Models.SecretBase apiToken);
Parameters
SecretBase apiToken

The api token for the Dataworld source. 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.

Exceptions
System.ArgumentNullException

apiToken is null.

Properties

ApiToken

The api token for the Dataworld source. 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 ApiToken { get; set; }
Property Value
SecretBase

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

Back to top Azure SDK for .NET