JitSchedulingPolicy Class  
The JIT scheduling policies.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
Constructor
JitSchedulingPolicy(*, duration: timedelta, start_time: datetime, **kwargs: Any)Keyword-Only Parameters
| Name | Description | 
|---|---|
| duration | The required duration of the JIT request. Required. | 
| start_time | The start time of the request. Required. | 
Variables
| Name | Description | 
|---|---|
| type | The type of JIT schedule. Required. Known values are: "NotSpecified", "Once", and "Recurring". | 
| duration | The required duration of the JIT request. Required. | 
| start_time | The start time of the request. Required. |