AzureAIProjectsModelFactory.OneTimeTrigger(DateTimeOffset, String) Method
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.
One-time trigger.
public static Azure.AI.Projects.Evaluation.OneTimeTrigger OneTimeTrigger(DateTimeOffset triggerAt = default, string timeZone = default);
static member OneTimeTrigger : DateTimeOffset * string -> Azure.AI.Projects.Evaluation.OneTimeTrigger
Public Shared Function OneTimeTrigger (Optional triggerAt As DateTimeOffset = Nothing, Optional timeZone As String = Nothing) As OneTimeTrigger
Parameters
- triggerAt
- DateTimeOffset
Date and time for the one-time trigger in ISO 8601 format.
- timeZone
- String
Time zone for the one-time trigger. Defaults to UTC.
Returns
A new OneTimeTrigger instance for mocking.