Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WebJob

Package version

Web Job Information.

Hierarchy

Index

Properties

Optional error

error: undefined | string

Error information.

Optional extraInfoUrl

extraInfoUrl: undefined | string

Extra Info URL.

Optional id

id: undefined | string

Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

Optional kind

kind: undefined | string

Kind of resource.

Optional name

name: undefined | string

Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional runCommand

runCommand: undefined | string

Run command.

Optional settings

settings: undefined | object

Job settings.

Optional type

type: undefined | string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Optional url

url: undefined | string

Job URL.

Optional usingSdk

usingSdk: undefined | false | true

Using SDK?

Optional webJobType

webJobType: WebJobType

Job type. Possible values include: 'Continuous', 'Triggered'

Generated using TypeDoc