WebJob Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebJobTypeConverter))]
public class WebJob : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IWebJob, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.WebJobTypeConverter))>]
type WebJob = class
    interface IWebJob
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class WebJob
Implements IValidates, IWebJob
Inheritance
WebJob
Attributes
Implements

Constructors

WebJob()

Properties

Error
ExtraInfoUrl
Id
Kind
Name
RunCommand
Setting
Type
Url
UsingSdk
WebJobType

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
Validate(IEventListener)

Applies to