Share via


ScalarFunctionProperties.Binding Property

Definition

Gets or sets the physical binding of the function. For example, in the Azure Machine Learning web service’s case, this describes the endpoint.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.binding")]
public Microsoft.Azure.Management.StreamAnalytics.Models.FunctionBinding Binding { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.binding")>]
member this.Binding : Microsoft.Azure.Management.StreamAnalytics.Models.FunctionBinding with get, set
Public Property Binding As FunctionBinding

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to