ITriggeredWebJobProperties.SchedulerLogsUrl Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Scheduler Logs URL.
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Scheduler Logs URL.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="scheduler_logs_url")]
public string SchedulerLogsUrl { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Scheduler Logs URL.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="scheduler_logs_url")>]
member this.SchedulerLogsUrl : string with get, set
Public Property SchedulerLogsUrl As String
Property Value
- Attributes