次の方法で共有


HttpServerLocation クラス

定義

http サーバーの場所。

public class HttpServerLocation : Azure.ResourceManager.DataFactory.Models.DatasetLocation
type HttpServerLocation = class
    inherit DatasetLocation
Public Class HttpServerLocation
Inherits DatasetLocation
継承
HttpServerLocation

コンストラクター

HttpServerLocation()

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

プロパティ

AdditionalProperties

[追加のプロパティ]

このプロパティの値にオブジェクトを割り当てるには、 を使用します FromObjectAsJson<T>(T, JsonSerializerOptions)

このプロパティに既に書式設定された json 文字列を割り当てるには、 を使用します FromString(String)

例 :

  • BinaryData.FromObjectAsJson("foo")ペイロード "foo" を作成します。
  • BinaryData.FromString("\"foo\"")ペイロード "foo" を作成します。
  • BinaryData.FromObjectAsJson(new { key = "value" }){ "key": "value" }のペイロードを作成します。
  • BinaryData.FromString("{\"key\": \"value\"}"){ "key": "value" }のペイロードを作成します。

(継承元 DatasetLocation)
FileName

データセットのファイル名を指定します。 型: string (または resultType 文字列を含む式)。

(継承元 DatasetLocation)
FolderPath

データセットのフォルダー パスを指定します。 型: string (または resultType 文字列を含む式)。

(継承元 DatasetLocation)
RelativeUri

http サーバーの relativeUrl を指定します。 型: string (または resultType 文字列を含む式)。

適用対象