AzureBlobFSLinkedService Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
AzureBlobFSLinkedService() |
Inicializa uma nova instância da classe AzureBlobFSLinkedService. |
AzureBlobFSLinkedService(Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, SecretBase, Object, Object, Object, CredentialReference, Object, SecretBase) |
Inicializa uma nova instância da classe AzureBlobFSLinkedService. |
AzureBlobFSLinkedService()
Inicializa uma nova instância da classe AzureBlobFSLinkedService.
public AzureBlobFSLinkedService ();
Public Sub New ()
Aplica-se a
AzureBlobFSLinkedService(Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, SecretBase, Object, Object, Object, CredentialReference, Object, SecretBase)
Inicializa uma nova instância da classe AzureBlobFSLinkedService.
public AzureBlobFSLinkedService (object url, 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 accountKey = default, object servicePrincipalId = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase servicePrincipalKey = default, object tenant = default, object azureCloudType = default, object encryptedCredential = default, Microsoft.Azure.Management.DataFactory.Models.CredentialReference credential = default, object servicePrincipalCredentialType = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase servicePrincipalCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureBlobFSLinkedService : obj * 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 * obj * obj * Microsoft.Azure.Management.DataFactory.Models.CredentialReference * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase -> Microsoft.Azure.Management.DataFactory.Models.AzureBlobFSLinkedService
Public Sub New (url As Object, 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 accountKey As Object = Nothing, Optional servicePrincipalId As Object = Nothing, Optional servicePrincipalKey As SecretBase = Nothing, Optional tenant As Object = Nothing, Optional azureCloudType As Object = Nothing, Optional encryptedCredential As Object = Nothing, Optional credential As CredentialReference = Nothing, Optional servicePrincipalCredentialType As Object = Nothing, Optional servicePrincipalCredential As SecretBase = Nothing)
Parâmetros
- url
- Object
Ponto de extremidade para o serviço Azure Data Lake Storage Gen2. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).
- 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.
- accountKey
- Object
Chave de conta do serviço Azure Data Lake Storage Gen2. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).
- servicePrincipalId
- Object
A ID do aplicativo usado para autenticar na conta Azure Data Lake Storage Gen2. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).
- servicePrincipalKey
- SecretBase
A chave do aplicativo usada para autenticar na conta Azure Data Lake Storage Gen2.
- tenant
- Object
O nome ou a ID do locatário ao qual a entidade de serviço pertence. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).
- azureCloudType
- Object
Indica o tipo de nuvem do azure da autenticação de princípio de serviço. Os valores permitidos são AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. O valor padrão é o tipo de nuvem das regiões do data factory. 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).
- credential
- CredentialReference
A referência de credencial que contém informações de autenticação.
- servicePrincipalCredentialType
- Object
O tipo de credencial da entidade de serviço a ser usado na autenticação servidor a servidor. 'ServicePrincipalKey' para chave/segredo, 'ServicePrincipalCert' para certificado. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).
- servicePrincipalCredential
- SecretBase
A credencial do objeto da entidade de serviço no Azure Active Directory. Se servicePrincipalCredentialType for 'ServicePrincipalKey', servicePrincipalCredential poderá ser SecureString ou AzureKeyVaultSecretReference. Se servicePrincipalCredentialType for 'ServicePrincipalCert', servicePrincipalCredential só poderá ser AzureKeyVaultSecretReference.
Aplica-se a
Azure SDK for .NET