ContinuousWebJob Class

Definition

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

Constructors

ContinuousWebJob()

Properties

DetailedStatus
Error
ExtraInfoUrl
Id
Kind
LogUrl
Name
RunCommand
Setting
Status
Type
Url
UsingSdk
WebJobType

Methods

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

Applies to