Share via


JobQueryParameter Class

Definition

Query parameter to enumerate jobs.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.JobQueryParameterTypeConverter))]
public class JobQueryParameter : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IJobQueryParameter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.JobQueryParameterTypeConverter))>]
type JobQueryParameter = class
    interface IJobQueryParameter
    interface IJsonSerializable
Public Class JobQueryParameter
Implements IJobQueryParameter
Inheritance
JobQueryParameter
Attributes
Implements

Constructors

JobQueryParameter()

Creates an new JobQueryParameter instance.

Properties

AffectedObjectType

The type of objects.

EndTime

Date time to get jobs upto.

FabricId

The Id of the fabric to search jobs under.

JobName

The job Name.

JobOutputType

The output type of the jobs.

JobStatus

The states of the job to be filtered can be in.

StartTime

Date time to get jobs from.

TimezoneOffset

The timezone offset for the location of the request (in minutes).

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of JobQueryParameter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of JobQueryParameter.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202301.IJobQueryParameter.

FromJsonString(String)

Creates a new instance of JobQueryParameter, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of JobQueryParameter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to