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 MicrosoftGraphTimeRange
MicrosoftGraphTimeRange. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: timeRange.MicrosoftGraphTimeRange
MicrosoftGraphTimeRange. withEndTime(String endTime)
Set the endTime property: End time for the time range.MicrosoftGraphTimeRange
MicrosoftGraphTimeRange. 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 MicrosoftGraphShiftAvailability
MicrosoftGraphShiftAvailability. withTimeSlots(List<MicrosoftGraphTimeRange> timeSlots)
Set the timeSlots property: The time slot(s) preferred by the user.
-