你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

JobQueryParameter Class

Definition

Query parameter to enumerate jobs.

public class JobQueryParameter
type JobQueryParameter = class
Public Class JobQueryParameter
Inheritance
JobQueryParameter

Constructors

JobQueryParameter()

Initializes a new instance of the JobQueryParameter class.

JobQueryParameter(String, String, String, String, String, String, String, Nullable<Double>)

Initializes a new instance of the JobQueryParameter class.

Properties

AffectedObjectTypes

Gets or sets the type of objects.

EndTime

Gets or sets date time to get jobs upto.

FabricId

Gets or sets the Id of the fabric to search jobs under.

JobName

Gets or sets the job Name.

JobOutputType

Gets or sets the output type of the jobs. Possible values include: 'Json', 'Xml', 'Excel'

JobStatus

Gets or sets the states of the job to be filtered can be in.

StartTime

Gets or sets date time to get jobs from.

TimezoneOffset

Gets or sets the timezone offset for the location of the request (in minutes).

Applies to