Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphRecurrencePatternType
-
Packages that use MicrosoftGraphRecurrencePatternType Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphRecurrencePatternType in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphRecurrencePatternType Modifier and Type Field Description static MicrosoftGraphRecurrencePatternTypeMicrosoftGraphRecurrencePatternType. ABSOLUTE_MONTHLYStatic value absoluteMonthly for MicrosoftGraphRecurrencePatternType.static MicrosoftGraphRecurrencePatternTypeMicrosoftGraphRecurrencePatternType. ABSOLUTE_YEARLYStatic value absoluteYearly for MicrosoftGraphRecurrencePatternType.static MicrosoftGraphRecurrencePatternTypeMicrosoftGraphRecurrencePatternType. DAILYStatic value daily for MicrosoftGraphRecurrencePatternType.static MicrosoftGraphRecurrencePatternTypeMicrosoftGraphRecurrencePatternType. RELATIVE_MONTHLYStatic value relativeMonthly for MicrosoftGraphRecurrencePatternType.static MicrosoftGraphRecurrencePatternTypeMicrosoftGraphRecurrencePatternType. RELATIVE_YEARLYStatic value relativeYearly for MicrosoftGraphRecurrencePatternType.static MicrosoftGraphRecurrencePatternTypeMicrosoftGraphRecurrencePatternType. WEEKLYStatic value weekly for MicrosoftGraphRecurrencePatternType.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphRecurrencePatternType Modifier and Type Method Description static MicrosoftGraphRecurrencePatternTypeMicrosoftGraphRecurrencePatternType. fromString(String name)Creates or finds a MicrosoftGraphRecurrencePatternType from its string representation.MicrosoftGraphRecurrencePatternTypeMicrosoftGraphRecurrencePattern. type()Get the type property: The type property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphRecurrencePatternType Modifier and Type Method Description static Collection<MicrosoftGraphRecurrencePatternType>MicrosoftGraphRecurrencePatternType. values()Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphRecurrencePatternType Modifier and Type Method Description MicrosoftGraphRecurrencePatternMicrosoftGraphRecurrencePattern. withType(MicrosoftGraphRecurrencePatternType type)Set the type property: The type property.
-