Partager via


GoogleCloudStorageLinkedService Constructeurs

Définition

Surcharges

GoogleCloudStorageLinkedService()

Initialise une nouvelle instance de la classe GoogleCloudStorageLinkedService.

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

Initialise une nouvelle instance de la classe GoogleCloudStorageLinkedService.

GoogleCloudStorageLinkedService()

Initialise une nouvelle instance de la classe GoogleCloudStorageLinkedService.

public GoogleCloudStorageLinkedService ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la 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)

Paramètres

additionalProperties
IDictionary<String,Object>

Les propriétés sans correspondance du message sont désérialisées dans cette collection

connectVia
IntegrationRuntimeReference

Référence du runtime d’intégration.

description
String

Description du service lié.

parameters
IDictionary<String,ParameterSpecification>

Paramètres du service lié.

annotations
IList<Object>

Liste des balises qui peuvent être utilisées pour décrire le service lié.

accessKeyId
Object

Identificateur de la clé d’accès de l’utilisateur De gestion des identités et des accès (IAM) de Google Cloud Storage. Type : chaîne (ou Expression avec chaîne resultType).

secretAccessKey
SecretBase

Clé d’accès secrète de l’utilisateur DE Gestion des identités et des accès (IAM) de Google Cloud Storage.

serviceUrl
Object

Cette valeur spécifie le point de terminaison à accéder avec Google Cloud Storage Connector. Il s’agit d’une propriété facultative ; modifiez-le uniquement si vous souhaitez essayer un autre point de terminaison de service ou si vous souhaitez basculer entre https et http. Type : chaîne (ou Expression avec chaîne resultType).

encryptedCredential
Object

Informations d’identification chiffrées utilisées pour l’authentification. Les informations d’identification sont chiffrées à l’aide du gestionnaire d’informations d’identification du runtime d’intégration. Type : chaîne (ou Expression avec chaîne resultType).

S’applique à