次の方法で共有


GoogleCloudStorageLinkedService クラス

定義

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

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("GoogleCloudStorage")]
public class GoogleCloudStorageLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("GoogleCloudStorage")>]
type GoogleCloudStorageLinkedService = class
    inherit LinkedService
Public Class GoogleCloudStorageLinkedService
Inherits LinkedService
継承
GoogleCloudStorageLinkedService
属性
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

コンストラクター

GoogleCloudStorageLinkedService()

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

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

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) ユーザーのシークレット アクセス キーを取得または設定します。

ServiceUrl

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

メソッド

Validate()

オブジェクトを検証します。

適用対象