Compartilhar via


AzureFileStorageLinkedService Construtores

Definição

Sobrecargas

AzureFileStorageLinkedService()

Inicializa uma nova instância da classe AzureFileStorageLinkedService.

AzureFileStorageLinkedService(IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, SecretBase, Object, AzureKeyVaultSecretReference, Object, AzureKeyVaultSecretReference, Object, Object, Object)

Inicializa uma nova instância da classe AzureFileStorageLinkedService.

AzureFileStorageLinkedService()

Inicializa uma nova instância da classe AzureFileStorageLinkedService.

public AzureFileStorageLinkedService ();
Public Sub New ()

Aplica-se a

AzureFileStorageLinkedService(IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, SecretBase, Object, AzureKeyVaultSecretReference, Object, AzureKeyVaultSecretReference, Object, Object, Object)

Inicializa uma nova instância da classe AzureFileStorageLinkedService.

public AzureFileStorageLinkedService (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference connectVia = default, string description = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> parameters = default, System.Collections.Generic.IList<object> annotations = default, object host = default, object userId = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase password = default, object connectionString = default, Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultSecretReference accountKey = default, object sasUri = default, Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultSecretReference sasToken = default, object fileShare = default, object snapshot = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureFileStorageLinkedService : System.Collections.Generic.IDictionary<string, obj> * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> * System.Collections.Generic.IList<obj> * obj * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultSecretReference * obj * Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultSecretReference * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.AzureFileStorageLinkedService
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional connectVia As IntegrationRuntimeReference = Nothing, Optional description As String = Nothing, Optional parameters As IDictionary(Of String, ParameterSpecification) = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional host As Object = Nothing, Optional userId As Object = Nothing, Optional password As SecretBase = Nothing, Optional connectionString As Object = Nothing, Optional accountKey As AzureKeyVaultSecretReference = Nothing, Optional sasUri As Object = Nothing, Optional sasToken As AzureKeyVaultSecretReference = Nothing, Optional fileShare As Object = Nothing, Optional snapshot As Object = Nothing, Optional encryptedCredential As Object = Nothing)

Parâmetros

additionalProperties
IDictionary<String,Object>

As propriedades sem correspondência da mensagem são desserializadas nesta coleção

connectVia
IntegrationRuntimeReference

A referência de runtime de integração.

description
String

Descrição do serviço vinculado.

parameters
IDictionary<String,ParameterSpecification>

Parâmetros para o serviço vinculado.

annotations
IList<Object>

Lista de marcas que podem ser usadas para descrever o serviço vinculado.

host
Object

Nome de host do servidor. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).

userId
Object

ID do usuário para fazer logon no servidor. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).

password
SecretBase

Senha para fazer logon no servidor.

connectionString
Object

A cadeia de conexão. Ele é mutuamente exclusivo com a propriedade sasUri. Tipo: string, SecureString ou AzureKeyVaultSecretReference.

accountKey
AzureKeyVaultSecretReference

A referência secreta do cofre de chaves do Azure de accountKey na cadeia de conexão.

sasUri
Object

URI SAS do recurso arquivo do Azure. Ele é mutuamente exclusivo com a propriedade connectionString. Tipo: string, SecureString ou AzureKeyVaultSecretReference.

sasToken
AzureKeyVaultSecretReference

A referência secreta do cofre de chaves do Azure de sasToken no sas uri.

fileShare
Object

O nome do compartilhamento de arquivos do azure. Ela é necessária quando a autenticação com accountKey/sasToken. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).

snapshot
Object

O compartilhamento de arquivos do Azure instantâneo versão. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).

encryptedCredential
Object

A credencial criptografada usada para autenticação. As credenciais são criptografadas usando o gerenciador de credenciais do runtime de integração. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).

Aplica-se a