ITriggeredJobRun.JobName 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 JobName { 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.JobName : string with get, set
Public Property JobName As String

Property Value

Attributes

Applies to