GoogleCloudStorageLinkedService 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
GoogleCloudStorageLinkedService() |
Inicializa uma nova instância da classe GoogleCloudStorageLinkedService. |
GoogleCloudStorageLinkedService(IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, SecretBase, Object, Object) |
Inicializa uma nova instância da classe GoogleCloudStorageLinkedService. |
GoogleCloudStorageLinkedService()
Inicializa uma nova instância da classe GoogleCloudStorageLinkedService.
public GoogleCloudStorageLinkedService ();
Public Sub New ()
Aplica-se a
GoogleCloudStorageLinkedService(IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, SecretBase, Object, Object)
Inicializa uma nova instância da classe GoogleCloudStorageLinkedService.
public GoogleCloudStorageLinkedService (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 accessKeyId = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase secretAccessKey = default, object serviceUrl = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.GoogleCloudStorageLinkedService : 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 * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.GoogleCloudStorageLinkedService
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 accessKeyId As Object = Nothing, Optional secretAccessKey As SecretBase = Nothing, Optional serviceUrl 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.
- accessKeyId
- Object
O identificador de chave de acesso do usuário do IAM (Gerenciamento de Identidade e Acesso) do Google Cloud Storage. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).
- secretAccessKey
- SecretBase
A chave de acesso secreta do usuário do IAM (Gerenciamento de Identidades e Acesso) do Google Cloud Storage.
- serviceUrl
- Object
Esse valor especifica o ponto de extremidade a ser acessado com o Google Cloud Storage Connector. Essa é uma propriedade opcional; altere-o somente se você quiser tentar um ponto de extremidade de serviço diferente ou quiser alternar entre https e http. 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
Azure SDK for .NET