TriggeredWebJobProperties 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.
TriggeredWebJob resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredWebJobPropertiesTypeConverter))]
public class TriggeredWebJobProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.TriggeredWebJobPropertiesTypeConverter))>]
type TriggeredWebJobProperties = class
interface ITriggeredWebJobProperties
interface IJsonSerializable
Public Class TriggeredWebJobProperties
Implements ITriggeredWebJobProperties
- Inheritance
-
TriggeredWebJobProperties
- Attributes
- Implements
Constructors
TriggeredWebJobProperties() |
Creates an new TriggeredWebJobProperties instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of TriggeredWebJobProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of TriggeredWebJobProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ITriggeredWebJobProperties. |
FromJsonString(String) |
Creates a new instance of TriggeredWebJobProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of TriggeredWebJobProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |