WebJobBase Class

 

Namespace:   Microsoft.WindowsAzure.WebSitesExtensions.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)


[<AbstractClass>]
type WebJobBase = class end

NameDescription
System_CAPS_pubmethodWebJobBase()

Initializes a new instance of the WebJobBase class.

NameDescription
System_CAPS_pubpropertyError

Optional. The error if there was one.

System_CAPS_pubpropertyExtraInfoUrl

Optional. The extra information url.

System_CAPS_pubpropertyName

Optional. The name.

System_CAPS_pubpropertyRunCommand

Optional. The run command.

System_CAPS_pubpropertyType

Optional. The type.

System_CAPS_pubpropertyUrl

Optional. The url.

System_CAPS_pubpropertyUsingSdk

Optional. True if the job is using the WebJobs SDK otherwise false.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: