ContinuousWebJobInner Class

Definition

Continuous Web Job Information.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ContinuousWebJobInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ContinuousWebJobInner = class
    inherit ProxyOnlyResourceInner
Public Class ContinuousWebJobInner
Inherits ProxyOnlyResourceInner
Inheritance
Attributes

Constructors

ContinuousWebJobInner()

Initializes a new instance of the ContinuousWebJobInner class.

ContinuousWebJobInner(String, String, String, String, Nullable<ContinuousWebJobStatus>, String, String, String, String, String, Nullable<WebJobType>, String, Nullable<Boolean>, IDictionary<String,Object>)

Initializes a new instance of the ContinuousWebJobInner class.

Properties

DetailedStatus

Gets or sets detailed status.

Error

Gets or sets error information.

ExtraInfoUrl

Gets or sets extra Info URL.

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResourceInner)
Location

Resource location

(Inherited from Resource)
LogUrl

Gets or sets log URL.

Name

Resource name

(Inherited from ProxyResource)
RunCommand

Gets or sets run command.

Settings

Gets or sets job settings.

Status

Gets or sets job status. Possible values include: 'Initializing', 'Starting', 'Running', 'PendingRestart', 'Stopped'

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)
Url

Gets or sets job URL.

UsingSdk

Gets or sets using SDK?

WebJobType

Gets or sets job type. Possible values include: 'Continuous', 'Triggered'

Methods

Validate()

Validate the object. Throws ValidationException if validation fails.

(Inherited from Resource)

Applies to