JobInner Class

Definition

A job.

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

Constructors

JobInner()

Initializes a new instance of the JobInner class.

JobInner(String, String, String, String, Nullable<Int32>, JobSchedule)

Initializes a new instance of the JobInner class.

Properties

Description

Gets or sets user-defined description of the job.

Id

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

(Inherited from ProxyResource)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
Schedule

Gets or sets schedule properties of the job.

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)
Version

Gets the job version number.

Methods

Validate()

Validate the object. Throws ValidationException if validation fails.

(Inherited from Resource)

Applies to