Uses of Class
com.azure.resourcemanager.costmanagement.models.RecurrenceType
Packages that use RecurrenceType
Package
Description
Package containing the data models for CostManagementClient.
-
Uses of RecurrenceType in com.azure.resourcemanager.costmanagement.models
Fields in com.azure.resourcemanager.costmanagement.models declared as RecurrenceTypeModifier and TypeFieldDescriptionstatic final RecurrenceTypeRecurrenceType.ANNUALLYStatic value Annually for RecurrenceType.static final RecurrenceTypeRecurrenceType.DAILYStatic value Daily for RecurrenceType.static final RecurrenceTypeRecurrenceType.MONTHLYStatic value Monthly for RecurrenceType.static final RecurrenceTypeRecurrenceType.WEEKLYStatic value Weekly for RecurrenceType.Methods in com.azure.resourcemanager.costmanagement.models that return RecurrenceTypeModifier and TypeMethodDescriptionstatic RecurrenceTypeRecurrenceType.fromString(String name) Creates or finds a RecurrenceType from its string representation.ExportSchedule.recurrence()Get the recurrence property: The schedule recurrence.Methods in com.azure.resourcemanager.costmanagement.models that return types with arguments of type RecurrenceTypeModifier and TypeMethodDescriptionstatic Collection<RecurrenceType>RecurrenceType.values()Gets known RecurrenceType values.Methods in com.azure.resourcemanager.costmanagement.models with parameters of type RecurrenceTypeModifier and TypeMethodDescriptionExportSchedule.withRecurrence(RecurrenceType recurrence) Set the recurrence property: The schedule recurrence.