Share via


AzureMachineLearningWebServiceFunctionRetrieveDefaultDefinitionParameters.UdfType Property

Definition

Gets or sets the function type. Possible values include: '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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to