TriggeredJobRun Class
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.
Triggered Web Job Run Information.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.TriggeredJobRunTypeConverter))]
public class TriggeredJobRun : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredJobRun
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.TriggeredJobRunTypeConverter))>]
type TriggeredJobRun = class
interface ITriggeredJobRun
interface IJsonSerializable
Public Class TriggeredJobRun
Implements ITriggeredJobRun
- Inheritance
-
TriggeredJobRun
- Attributes
- Implements
Constructors
TriggeredJobRun() |
Creates an new TriggeredJobRun instance. |
Properties
Duration |
Job duration. |
EndTime |
End time. |
ErrorUrl |
Error URL. |
JobName |
Job name. |
OutputUrl |
Output URL. |
StartTime |
Start time. |
Status |
Job status. |
Trigger |
Job trigger. |
Url |
Job URL. |
WebJobId |
Job ID. |
WebJobName |
Job name. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TriggeredJobRun. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TriggeredJobRun. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ITriggeredJobRun. |
FromJsonString(String) |
Creates a new instance of TriggeredJobRun, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of TriggeredJobRun into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |