TriggeredWebJobInner Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Triggered Web Job Information.
[Microsoft.Rest.Serialization.JsonTransformation]
public class TriggeredWebJobInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TriggeredWebJobInner = class
inherit ProxyOnlyResourceInner
Public Class TriggeredWebJobInner
Inherits ProxyOnlyResourceInner
- Inheritance
- Attributes
Constructors
TriggeredWebJobInner() |
Initializes a new instance of the TriggeredWebJobInner class. |
TriggeredWebJobInner(String, String, String, String, TriggeredJobRun, String, String, String, String, String, Nullable<WebJobType>, String, Nullable<Boolean>, IDictionary<String,Object>) |
Initializes a new instance of the TriggeredWebJobInner class. |
Properties
Error |
Gets or sets error information. |
ExtraInfoUrl |
Gets or sets extra Info URL. |
HistoryUrl |
Gets or sets history 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) |
LatestRun |
Gets or sets latest job run information. |
Location |
Resource location (Inherited from Resource) |
Name |
Resource name (Inherited from ProxyResource) |
RunCommand |
Gets or sets run command. |
SchedulerLogsUrl |
Gets or sets scheduler Logs URL. |
Settings |
Gets or sets job settings. |
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
Azure SDK for .NET