Sdílet prostřednictvím


ResourcesHistoryRequestOptions Class

Definition

The options for history request evaluation.

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

Constructors

ResourcesHistoryRequestOptions()

Initializes a new instance of ResourcesHistoryRequestOptions.

Properties

Interval

The time interval used to fetch history.

ResultFormat

Defines in which format query result returned.

Skip

The number of rows to skip from the beginning of the results. Overrides the next page offset when $skipToken property is present.

SkipToken

Continuation token for pagination, capturing the next page size and offset, as well as the context of the query.

Top

The maximum number of rows that the query should return. Overrides the page size when $skipToken property is present.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ResourcesHistoryRequestOptions>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourcesHistoryRequestOptions>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourcesHistoryRequestOptions>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourcesHistoryRequestOptions>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourcesHistoryRequestOptions>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to