Freigeben über


ITriggeredWebJobProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.TriggeredWebJobPropertiesTypeConverter))]
public interface ITriggeredWebJobProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.TriggeredWebJobPropertiesTypeConverter))>]
type ITriggeredWebJobProperties = interface
    interface IJsonSerializable
Public Interface ITriggeredWebJobProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Error

Error information.

ExtraInfoUrl

Extra Info URL.

HistoryUrl

History URL.

LatestRunDuration

Job duration.

LatestRunEndTime

End time.

LatestRunErrorUrl

Error URL.

LatestRunJobName

Job name.

LatestRunOutputUrl

Output URL.

LatestRunStartTime

Start time.

LatestRunStatus

Job status.

LatestRunTrigger

Job trigger.

LatestRunUrl

Job URL.

LatestRunWebJobId

Job ID.

LatestRunWebJobName

Job name.

PublicNetworkAccess

Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled' or an empty string.

RunCommand

Run command.

SchedulerLogsUrl

Scheduler Logs URL.

Setting

Job settings.

StorageAccountRequired

Checks if Customer provided storage account is required

Url

Job URL.

UsingSdk

Using SDK?

WebJobType

Job type.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to