次の方法で共有


GoogleCloudStorageLinkedService クラス

定義

Google Cloud Storage のリンクされたサービス。

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.GoogleCloudStorageLinkedService+GoogleCloudStorageLinkedServiceConverter))]
public class GoogleCloudStorageLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.GoogleCloudStorageLinkedService+GoogleCloudStorageLinkedServiceConverter))>]
type GoogleCloudStorageLinkedService = class
    inherit LinkedService
Public Class GoogleCloudStorageLinkedService
Inherits LinkedService
継承
GoogleCloudStorageLinkedService
属性

コンストラクター

GoogleCloudStorageLinkedService()

GoogleCloudStorageLinkedService の新しいインスタンスを初期化します。

プロパティ

AccessKeyId

Google Cloud Storage Identity and Access Management (IAM) ユーザーのアクセス キー識別子。 型: string (または resultType 文字列を含む式)。

AdditionalProperties

その他のプロパティ。

(継承元 LinkedService)
Annotations

リンクされたサービスの説明に使用できるタグの一覧。

(継承元 LinkedService)
ConnectVia

統合ランタイム参照。

(継承元 LinkedService)
Description

リンクされたサービスの説明。

(継承元 LinkedService)
EncryptedCredential

認証に使用される暗号化された資格情報。 資格情報は、統合ランタイム資格情報マネージャーを使用して暗号化されます。 型: string (または resultType 文字列を含む式)。

Parameters

リンクされたサービスのパラメーター。

(継承元 LinkedService)
SecretAccessKey

Google Cloud Storage Identity and Access Management (IAM) ユーザーのシークレット アクセス キー。 基底クラスであることに注意 SecretBase してください。 このシナリオでは、基底クラスの派生クラスをここで割り当てる必要があるか、このプロパティを使用可能な派生クラスのいずれかにキャストする必要があります。 使用可能な派生クラスには、 と がSecureString含まれますAzureKeyVaultSecretReference

ServiceUrl

この値は、Google Cloud Storage Connector でアクセスするエンドポイントを指定します。 これは省略可能なプロパティです。別のサービス エンドポイントを試す場合、または https と http を切り替える場合にのみ変更してください。 型: string (または resultType 文字列を含む式)。

適用対象