ResourceChangesRequestParametersInterval Class
Specifies the date and time interval for a changes request.
All required parameters must be populated in order to send to Azure.
Constructor
ResourceChangesRequestParametersInterval(*, start: datetime, end: datetime, **kwargs)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
start
|
A datetime indicating the inclusive/closed start of the time interval, i.e.
|
|
end
|
A datetime indicating the exclusive/open end of the time interval, i.e.
|
Variables
| Name | Description |
|---|---|
|
start
|
A datetime indicating the inclusive/closed start of the time interval, i.e. |
|
end
|
A datetime indicating the exclusive/open end of the time interval, i.e. |