次の方法で共有


HttpServerLocation クラス

定義

http サーバーの場所。

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

コンストラクター

HttpServerLocation()

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

HttpServerLocation(IDictionary<String,Object>, Object, Object, Object)

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

プロパティ

AdditionalProperties

メッセージから一致しないプロパティを取得または設定すると、このコレクションは逆シリアル化されます

(継承元 DatasetLocation)
FileName

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

(継承元 DatasetLocation)
FolderPath

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

(継承元 DatasetLocation)
RelativeUrl

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

適用対象