GoogleCloudStorageLinkedService クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
- 継承
- 属性
-
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() |
オブジェクトを検証します。 |
適用対象
Azure SDK for .NET