WebJobInner 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.
Web Job Information.
[Microsoft.Rest.Serialization.JsonTransformation]
public class WebJobInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type WebJobInner = class
inherit ProxyOnlyResourceInner
Public Class WebJobInner
Inherits ProxyOnlyResourceInner
- Inheritance
- Attributes
Constructors
WebJobInner() |
Initializes a new instance of the WebJobInner class. |
WebJobInner(String, String, String, String, String, String, String, Nullable<WebJobType>, String, Nullable<Boolean>, IDictionary<String,Object>) |
Initializes a new instance of the WebJobInner class. |
Properties
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) |
Name |
Resource name (Inherited from ProxyResource) |
RunCommand |
Gets or sets run command. |
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