Compartir a través de


GoogleCloudStorageLinkedService Constructores

Definición

Sobrecargas

GoogleCloudStorageLinkedService()

Inicializa una nueva instancia de la clase GoogleCloudStorageLinkedService.

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

Inicializa una nueva instancia de la clase GoogleCloudStorageLinkedService.

GoogleCloudStorageLinkedService()

Inicializa una nueva instancia de la clase GoogleCloudStorageLinkedService.

public GoogleCloudStorageLinkedService ();
Public Sub New ()

Se aplica a

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

Inicializa una nueva instancia de la clase 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>

Las propiedades no coincidentes del mensaje se deserializan en esta colección.

connectVia
IntegrationRuntimeReference

La referencia al entorno de ejecución de integración.

description
String

Descripción del servicio vinculado.

parameters
IDictionary<String,ParameterSpecification>

Parámetros para el servicio vinculado.

annotations
IList<Object>

Lista de etiquetas que se pueden usar para describir el servicio vinculado.

accessKeyId
Object

Identificador de clave de acceso del usuario de Google Cloud Storage Identity and Access Management (IAM). Tipo: cadena (o Expresión con cadena resultType).

secretAccessKey
SecretBase

Clave de acceso secreta del usuario de Google Cloud Storage Identity and Access Management (IAM).

serviceUrl
Object

Este valor especifica el punto de conexión al que se va a acceder con google Cloud Storage Connector. Se trata de una propiedad opcional; cámbielo solo si desea probar un punto de conexión de servicio diferente o desea cambiar entre https y http. Tipo: cadena (o Expresión con cadena resultType).

encryptedCredential
Object

Credencial cifrada usada para la autenticación. Las credenciales se cifran mediante el administrador de credenciales de Integration Runtime. Tipo: cadena (o Expresión con cadena resultType).

Se aplica a