Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphRecurrenceRange
Packages that use MicrosoftGraphRecurrenceRange
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphRecurrenceRange in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphRecurrenceRangeModifier and TypeMethodDescriptionMicrosoftGraphPatternedRecurrence.range()Get the range property: recurrenceRange.MicrosoftGraphRecurrenceRange.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: recurrenceRange.MicrosoftGraphRecurrenceRange.withEndDate(LocalDate endDate) Set the endDate property: The date to stop applying the recurrence pattern.MicrosoftGraphRecurrenceRange.withNumberOfOccurrences(Integer numberOfOccurrences) Set the numberOfOccurrences property: The number of times to repeat the event.MicrosoftGraphRecurrenceRange.withRecurrenceTimeZone(String recurrenceTimeZone) Set the recurrenceTimeZone property: Time zone for the startDate and endDate properties.MicrosoftGraphRecurrenceRange.withStartDate(LocalDate startDate) Set the startDate property: The date to start applying the recurrence pattern.MicrosoftGraphRecurrenceRange.withType(MicrosoftGraphRecurrenceRangeType type) Set the type property: recurrenceRangeType.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphRecurrenceRangeModifier and TypeMethodDescriptionMicrosoftGraphPatternedRecurrence.withRange(MicrosoftGraphRecurrenceRange range) Set the range property: recurrenceRange.