ScheduleProperties(ScheduleFrequency, DateTimeOffset, 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 ScheduleProperties.
public ScheduleProperties (Azure.ResourceManager.CostManagement.Models.ScheduleFrequency frequency, DateTimeOffset startOn, DateTimeOffset endOn);
new Azure.ResourceManager.CostManagement.Models.ScheduleProperties : Azure.ResourceManager.CostManagement.Models.ScheduleFrequency * DateTimeOffset * DateTimeOffset -> Azure.ResourceManager.CostManagement.Models.ScheduleProperties
Public Sub New (frequency As ScheduleFrequency, startOn As DateTimeOffset, endOn As DateTimeOffset)
Parameters
- frequency
- ScheduleFrequency
Frequency of the schedule.
- startOn
- DateTimeOffset
The start date and time of the scheduled action (UTC).
- endOn
- DateTimeOffset
The end date and time of the scheduled action (UTC).
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