다음을 통해 공유


IFunctionInput.IsConfigurationParameter Property

Definition

A flag indicating if the parameter is a configuration parameter. True if this input parameter is expected to be a constant. Default is false.

[Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Description="A flag indicating if the parameter is a configuration parameter. True if this input parameter is expected to be a constant. Default is false.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isConfigurationParameter")]
public bool? IsConfigurationParameter { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.StreamAnalytics.Runtime.Info(Description="A flag indicating if the parameter is a configuration parameter. True if this input parameter is expected to be a constant. Default is false.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isConfigurationParameter")>]
member this.IsConfigurationParameter : Nullable<bool> with get, set
Public Property IsConfigurationParameter As Nullable(Of Boolean)

Property Value

Attributes

Applies to