次の方法で共有


LogLocationSettings コンストラクター

定義

オーバーロード

LogLocationSettings()

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

LogLocationSettings(LinkedServiceReference, Object)

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

LogLocationSettings()

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

public LogLocationSettings ();
Public Sub New ()

適用対象

LogLocationSettings(LinkedServiceReference, Object)

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

public LogLocationSettings (Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName, object path = default);
new Microsoft.Azure.Management.DataFactory.Models.LogLocationSettings : Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * obj -> Microsoft.Azure.Management.DataFactory.Models.LogLocationSettings
Public Sub New (linkedServiceName As LinkedServiceReference, Optional path As Object = Nothing)

パラメーター

linkedServiceName
LinkedServiceReference

ログ ストレージのリンクされたサービス リファレンス。

path
Object

アクティビティ実行の詳細なログを格納するためのストレージへのパス。 型: string (または resultType 文字列を含む式)。

適用対象