次の方法で共有


AzureMachineLearningWebServiceInputs.ColumnNames プロパティ

定義

Azure Machine Learning Web サービス エンドポイントの入力列の一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="columnNames")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputColumn> ColumnNames { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="columnNames")>]
member this.ColumnNames : System.Collections.Generic.IList<Microsoft.Azure.Management.StreamAnalytics.Models.AzureMachineLearningWebServiceInputColumn> with get, set
Public Property ColumnNames As IList(Of AzureMachineLearningWebServiceInputColumn)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象