JobQueryParameter 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.
Query parameter to enumerate jobs.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.JobQueryParameterTypeConverter))]
public class JobQueryParameter : Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.IJobQueryParameter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Migrate.Models.Api202401.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.Api202401.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. |