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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python