次の方法で共有


AzureMLBatchExecutionActivity.WebServiceInputs プロパティ

定義

入力 BLOB の場所を指定する AzureML エンドポイントの Web サービス入力の名前を AzureMLWebServiceFile オブジェクトにマッピングする、キー、値のペアを取得または設定します。 この情報は、Azure ML バッチ実行要求の WebServiceInputs プロパティで渡されます。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.webServiceInputs")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.AzureMLWebServiceFile> WebServiceInputs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.webServiceInputs")>]
member this.WebServiceInputs : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.AzureMLWebServiceFile> with get, set
Public Property WebServiceInputs As IDictionary(Of String, AzureMLWebServiceFile)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象