IAzureMachineLearningStudioFunctionRetrieveDefaultDefinitionParameters.BindingRetrievalPropertyUdfType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The function type.
[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Description="The function type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.UdfType) }, ReadOnly=false, Required=false, SerializedName="udfType")]
public Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.UdfType? BindingRetrievalPropertyUdfType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Description="The function type.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.UdfType) }, ReadOnly=false, Required=false, SerializedName="udfType")>]
member this.BindingRetrievalPropertyUdfType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Support.UdfType> with get, set
Public Property BindingRetrievalPropertyUdfType As Nullable(Of UdfType)
Property Value
- Attributes