ResourcesHistoryRequestOptions Class

ResourcesHistoryRequestOptions.

Inheritance
ResourcesHistoryRequestOptions

Constructor

ResourcesHistoryRequestOptions(*, interval: Optional[azure.mgmt.resourcegraph.models._models_py3.DateTimeInterval] = None, top: Optional[int] = None, skip: Optional[int] = None, skip_token: Optional[str] = None, result_format: Optional[Union[str, azure.mgmt.resourcegraph.models._resource_graph_client_enums.ResourcesHistoryRequestOptionsResultFormat]] = None, **kwargs)

Parameters

interval
DateTimeInterval
Required

An interval in time specifying the date and time for the inclusive start and exclusive end, i.e. [start, end).

top
int
Required
skip
int
Required
skip_token
str
Required
result_format
str or ResourcesHistoryRequestOptionsResultFormat
Required

Possible values include: "table", "objectArray".