Uses of Class
com.azure.resourcemanager.costmanagement.models.WeeksOfMonth
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of WeeksOfMonth in com.azure.resourcemanager.costmanagement.models
Modifier and TypeFieldDescriptionstatic final WeeksOfMonth
WeeksOfMonth.FIRST
Static value First for WeeksOfMonth.static final WeeksOfMonth
WeeksOfMonth.FOURTH
Static value Fourth for WeeksOfMonth.static final WeeksOfMonth
WeeksOfMonth.LAST
Static value Last for WeeksOfMonth.static final WeeksOfMonth
WeeksOfMonth.SECOND
Static value Second for WeeksOfMonth.static final WeeksOfMonth
WeeksOfMonth.THIRD
Static value Third for WeeksOfMonth.Modifier and TypeMethodDescriptionstatic WeeksOfMonth
WeeksOfMonth.fromString
(String name) Creates or finds a WeeksOfMonth from its string representation.Modifier and TypeMethodDescriptionstatic Collection<WeeksOfMonth>
WeeksOfMonth.values()
Gets known WeeksOfMonth values.ScheduleProperties.weeksOfMonth()
Get the weeksOfMonth property: Weeks in which cost analysis data will be emailed.Modifier and TypeMethodDescriptionScheduleProperties.withWeeksOfMonth
(List<WeeksOfMonth> weeksOfMonth) Set the weeksOfMonth property: Weeks in which cost analysis data will be emailed.