SnowflakeV2LinkedService Class

Definition

Snowflake linked service.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SnowflakeV2LinkedService+SnowflakeV2LinkedServiceConverter))]
public class SnowflakeV2LinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SnowflakeV2LinkedService+SnowflakeV2LinkedServiceConverter))>]
type SnowflakeV2LinkedService = class
    inherit LinkedService
Public Class SnowflakeV2LinkedService
Inherits LinkedService
Inheritance
SnowflakeV2LinkedService
Attributes

Constructors

SnowflakeV2LinkedService(Object, Object, Object)

Initializes a new instance of SnowflakeV2LinkedService.

Properties

AccountIdentifier

The account identifier of your Snowflake account, e.g. xy12345.east-us-2.azure.

AdditionalProperties

Additional Properties.

(Inherited from LinkedService)
Annotations

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

(Inherited from LinkedService)
AuthenticationType

The type used for authentication. Type: string.

ClientId

The client ID of the application registered in Azure Active Directory for AADServicePrincipal authentication.

ClientSecret

The Azure key vault secret reference of client secret for AADServicePrincipal authentication. 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.

ConnectVia

The integration runtime reference.

(Inherited from LinkedService)
Database

The name of the Snowflake database.

Description

Linked service description.

(Inherited from LinkedService)
EncryptedCredential

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

Parameters

Parameters for linked service.

(Inherited from LinkedService)
Password

The Azure key vault secret reference of password in connection string. 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.

PrivateKey

The Azure key vault secret reference of privateKey for KeyPair auth. 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.

PrivateKeyPassphrase

The Azure key vault secret reference of private key password for KeyPair auth with encrypted private key. 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.

Scope

The scope of the application registered in Azure Active Directory for AADServicePrincipal authentication.

TenantId

The tenant ID of the application registered in Azure Active Directory for AADServicePrincipal authentication.

User

The name of the Snowflake user.

Warehouse

The name of the Snowflake warehouse.

Applies to