Show / Hide Table of Contents

Class GoogleCloudStorageLinkedService

Linked service for Google Cloud Storage.

Inheritance
System.Object
LinkedService
GoogleCloudStorageLinkedService
Inherited Members
LinkedService.AdditionalProperties
LinkedService.Annotations
LinkedService.ConnectVia
LinkedService.Description
LinkedService.Parameters
LinkedService.Version
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.GoogleCloudStorageLinkedService/GoogleCloudStorageLinkedServiceConverter))]
public class GoogleCloudStorageLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService

Constructors

GoogleCloudStorageLinkedService()

Initializes a new instance of GoogleCloudStorageLinkedService.

Declaration
public GoogleCloudStorageLinkedService ();

Properties

AccessKeyId

The access key identifier of the Google Cloud Storage Identity and Access Management (IAM) user. Type: string (or Expression with resultType string).

Declaration
public object AccessKeyId { get; set; }
Property Value
System.Object

EncryptedCredential

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

Declaration
public object EncryptedCredential { get; set; }
Property Value
System.Object

SecretAccessKey

The secret access key of the Google Cloud Storage Identity and Access Management (IAM) user. Please note SecretBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureKeyVaultSecretReference and SecureString.

Declaration
public Azure.Analytics.Synapse.Artifacts.Models.SecretBase SecretAccessKey { get; set; }
Property Value
SecretBase

ServiceUrl

This value specifies the endpoint to access with the Google Cloud Storage Connector. This is an optional property; change it only if you want to try a different service endpoint or want to switch between https and http. Type: string (or Expression with resultType string).

Declaration
public object ServiceUrl { get; set; }
Property Value
System.Object

Back to top Azure SDK for .NET