Uses of Class
com.azure.resourcemanager.costmanagement.models.DaysOfWeek
Packages that use DaysOfWeek
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of DaysOfWeek in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as DaysOfWeekModifier and TypeFieldDescriptionstatic final DaysOfWeekDaysOfWeek.FRIDAYStatic value Friday for DaysOfWeek.static final DaysOfWeekDaysOfWeek.MONDAYStatic value Monday for DaysOfWeek.static final DaysOfWeekDaysOfWeek.SATURDAYStatic value Saturday for DaysOfWeek.static final DaysOfWeekDaysOfWeek.SUNDAYStatic value Sunday for DaysOfWeek.static final DaysOfWeekDaysOfWeek.THURSDAYStatic value Thursday for DaysOfWeek.static final DaysOfWeekDaysOfWeek.TUESDAYStatic value Tuesday for DaysOfWeek.static final DaysOfWeekDaysOfWeek.WEDNESDAYStatic value Wednesday for DaysOfWeek.Methods in com.azure.resourcemanager.costmanagement.models that return DaysOfWeekModifier and TypeMethodDescriptionstatic DaysOfWeekDaysOfWeek.fromString(String name) Creates or finds a DaysOfWeek from its string representation.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type DaysOfWeekModifier and TypeMethodDescriptionScheduleProperties.daysOfWeek()Get the daysOfWeek property: Day names in english on which cost analysis data will be emailed.static Collection<DaysOfWeek>DaysOfWeek.values()Gets known DaysOfWeek values.Method parameters in com.azure.resourcemanager.costmanagement.models with type arguments of type DaysOfWeekModifier and TypeMethodDescriptionScheduleProperties.withDaysOfWeek(List<DaysOfWeek> daysOfWeek) Set the daysOfWeek property: Day names in english on which cost analysis data will be emailed.