ITriggeredWebJobProperties.RunCommand Property

Definition

Run command.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Run command.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="run_command", Update=true)]
public string RunCommand { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="Run command.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="run_command", Update=true)>]
member this.RunCommand : string with get, set
Public Property RunCommand As String

Property Value

Attributes

Applies to