ITriggeredWebJobProperties.LatestRunJobName Property

Definition

Job name.

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

Property Value

Attributes

Applies to