Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTimeRange
-
Packages that use MicrosoftGraphTimeRange Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphTimeRange in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphTimeRange Modifier and Type Method Description MicrosoftGraphTimeRangeMicrosoftGraphTimeRange. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: timeRange.MicrosoftGraphTimeRangeMicrosoftGraphTimeRange. withEndTime(String endTime)Set the endTime property: End time for the time range.MicrosoftGraphTimeRangeMicrosoftGraphTimeRange. withStartTime(String startTime)Set the startTime property: Start time for the time range.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphTimeRange Modifier and Type Method Description List<MicrosoftGraphTimeRange>MicrosoftGraphShiftAvailability. timeSlots()Get the timeSlots property: The time slot(s) preferred by the user.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphTimeRange Modifier and Type Method Description MicrosoftGraphShiftAvailabilityMicrosoftGraphShiftAvailability. withTimeSlots(List<MicrosoftGraphTimeRange> timeSlots)Set the timeSlots property: The time slot(s) preferred by the user.
-