Share via


IAzureMachineLearningStudioFunctionBinding.InputName Property

Definition

The name of the input. This is the name provided while authoring the endpoint.

[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Create=true, Description="The name of the input. This is the name provided while authoring the endpoint.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="name", Update=true)]
public string InputName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Create=true, Description="The name of the input. This is the name provided while authoring the endpoint.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="name", Update=true)>]
member this.InputName : string with get, set
Public Property InputName As String

Property Value

Attributes

Applies to