SiteRecoveryJobQueryContent Class

Definition

Query parameter to enumerate jobs.

public class SiteRecoveryJobQueryContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryJobQueryContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryJobQueryContent>
type SiteRecoveryJobQueryContent = class
    interface IJsonModel<SiteRecoveryJobQueryContent>
    interface IPersistableModel<SiteRecoveryJobQueryContent>
Public Class SiteRecoveryJobQueryContent
Implements IJsonModel(Of SiteRecoveryJobQueryContent), IPersistableModel(Of SiteRecoveryJobQueryContent)
Inheritance
SiteRecoveryJobQueryContent
Implements

Constructors

SiteRecoveryJobQueryContent()

Initializes a new instance of SiteRecoveryJobQueryContent.

Properties

AffectedObjectTypes

The type of objects.

EndOn

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.

StartOn

Date time to get jobs from.

TimezoneOffset

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

Explicit Interface Implementations

IJsonModel<SiteRecoveryJobQueryContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SiteRecoveryJobQueryContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryJobQueryContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SiteRecoveryJobQueryContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SiteRecoveryJobQueryContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to