ArmComputeScheduleModelFactory.ScheduledActionOccurrenceProperties 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.
Properties for an occurrence.
public static Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionOccurrenceProperties ScheduledActionOccurrenceProperties(DateTimeOffset scheduledOn = default, Azure.ResourceManager.ComputeSchedule.Models.OccurrenceResultSummary resultSummary = default, Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionOccurrenceState? provisioningState = default);
static member ScheduledActionOccurrenceProperties : DateTimeOffset * Azure.ResourceManager.ComputeSchedule.Models.OccurrenceResultSummary * Nullable<Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionOccurrenceState> -> Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionOccurrenceProperties
Public Shared Function ScheduledActionOccurrenceProperties (Optional scheduledOn As DateTimeOffset = Nothing, Optional resultSummary As OccurrenceResultSummary = Nothing, Optional provisioningState As Nullable(Of ScheduledActionOccurrenceState) = Nothing) As ScheduledActionOccurrenceProperties
Parameters
- scheduledOn
- DateTimeOffset
The time the occurrence is scheduled for. This value can be changed by calling the delay API.
- resultSummary
- OccurrenceResultSummary
The result for occurrences that achieved a terminal state.
- provisioningState
- Nullable<ScheduledActionOccurrenceState>
The aggregated provisioning state of the occurrence.
Returns
A new ScheduledActionOccurrenceProperties instance for mocking.