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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET