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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET