次の方法で共有


AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters.UdfType プロパティ

定義

関数の型を取得または設定します。 使用可能な値は次のとおりです: 'Scalar'

[Newtonsoft.Json.JsonProperty(PropertyName="bindingRetrievalProperties.udfType")]
public Microsoft.Azure.Management.StreamAnalytics.Models.UdfType? UdfType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="bindingRetrievalProperties.udfType")>]
member this.UdfType : Nullable<Microsoft.Azure.Management.StreamAnalytics.Models.UdfType> with get, set
Public Property UdfType As Nullable(Of UdfType)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象