ITriggeredWebJobProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredWebJobPropertiesTypeConverter))]
public interface ITriggeredWebJobProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredWebJobPropertiesTypeConverter))>]
type ITriggeredWebJobProperties = interface
interface IJsonSerializable
Public Interface ITriggeredWebJobProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Duration |
Job duration. |
EndTime |
End time. |
Error |
Error information. |
ErrorUrl |
Error URL. |
ExtraInfoUrl |
Extra Info URL. |
HistoryUrl |
History URL. |
JobName |
Job name. |
LatestRunId |
Resource Id. |
LatestRunKind |
Kind of resource. |
LatestRunName |
Resource Name. |
LatestRunPropertiesUrl |
Job URL. |
LatestRunType |
Resource type. |
OutputUrl |
Output URL. |
RunCommand |
Run command. |
SchedulerLogsUrl |
Scheduler Logs URL. |
Setting |
Job settings. |
StartTime |
Start time. |
Status |
Job status. |
Trigger |
Job trigger. |
Url |
Job URL. |
UsingSdk |
Using SDK? |
WebJobId |
Job ID. |
WebJobName |
Job name. |
WebJobType |
Job type. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |