Uses of Class
com.azure.resourcemanager.costmanagement.models.WeeksOfMonth
Packages that use WeeksOfMonth
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of WeeksOfMonth in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as WeeksOfMonthModifier and TypeFieldDescriptionstatic final WeeksOfMonthWeeksOfMonth.FIRSTStatic value First for WeeksOfMonth.static final WeeksOfMonthWeeksOfMonth.FOURTHStatic value Fourth for WeeksOfMonth.static final WeeksOfMonthWeeksOfMonth.LASTStatic value Last for WeeksOfMonth.static final WeeksOfMonthWeeksOfMonth.SECONDStatic value Second for WeeksOfMonth.static final WeeksOfMonthWeeksOfMonth.THIRDStatic value Third for WeeksOfMonth.Methods in com.azure.resourcemanager.costmanagement.models that return WeeksOfMonthModifier and TypeMethodDescriptionstatic WeeksOfMonthWeeksOfMonth.fromString(String name) Creates or finds a WeeksOfMonth from its string representation.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type WeeksOfMonthModifier 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.Method parameters in com.azure.resourcemanager.costmanagement.models with type arguments of type WeeksOfMonthModifier and TypeMethodDescriptionScheduleProperties.withWeeksOfMonth(List<WeeksOfMonth> weeksOfMonth) Set the weeksOfMonth property: Weeks in which cost analysis data will be emailed.