JitSchedulingPolicy(JitSchedulingType, TimeSpan, DateTimeOffset) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of JitSchedulingPolicy.
public JitSchedulingPolicy (Azure.ResourceManager.Resources.Models.JitSchedulingType schedulingType, TimeSpan duration, DateTimeOffset startOn);
new Azure.ResourceManager.Resources.Models.JitSchedulingPolicy : Azure.ResourceManager.Resources.Models.JitSchedulingType * TimeSpan * DateTimeOffset -> Azure.ResourceManager.Resources.Models.JitSchedulingPolicy
Public Sub New (schedulingType As JitSchedulingType, duration As TimeSpan, startOn As DateTimeOffset)
Parameters
- schedulingType
- JitSchedulingType
The type of JIT schedule.
- duration
- TimeSpan
The required duration of the JIT request.
- startOn
- DateTimeOffset
The start time of the request.
Applies to
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 .NET