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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET