ResourceChangesRequestParametersInterval Class

Specifies the date and time interval for a changes request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.resourcegraph.models._models_py3.DateTimeInterval
ResourceChangesRequestParametersInterval

Constructor

ResourceChangesRequestParametersInterval(*, start: datetime.datetime, end: datetime.datetime, **kwargs)

Parameters

start
datetime
Required

Required. A datetime indicating the inclusive/closed start of the time interval, i.e. [>><<start>><<, end). Specifying a start that occurs chronologically after end will result in an error.

end
datetime
Required

Required. A datetime indicating the exclusive/open end of the time interval, i.e. [start,>><<end>><<). Specifying an end that occurs chronologically before start will result in an error.