Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphRecurrenceRangeType
-
Packages that use MicrosoftGraphRecurrenceRangeType Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphRecurrenceRangeType in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphRecurrenceRangeType Modifier and Type Field Description static MicrosoftGraphRecurrenceRangeTypeMicrosoftGraphRecurrenceRangeType. END_DATEStatic value endDate for MicrosoftGraphRecurrenceRangeType.static MicrosoftGraphRecurrenceRangeTypeMicrosoftGraphRecurrenceRangeType. NO_ENDStatic value noEnd for MicrosoftGraphRecurrenceRangeType.static MicrosoftGraphRecurrenceRangeTypeMicrosoftGraphRecurrenceRangeType. NUMBEREDStatic value numbered for MicrosoftGraphRecurrenceRangeType.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphRecurrenceRangeType Modifier and Type Method Description static MicrosoftGraphRecurrenceRangeTypeMicrosoftGraphRecurrenceRangeType. fromString(String name)Creates or finds a MicrosoftGraphRecurrenceRangeType from its string representation.MicrosoftGraphRecurrenceRangeTypeMicrosoftGraphRecurrenceRange. type()Get the type property: The type property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphRecurrenceRangeType Modifier and Type Method Description static Collection<MicrosoftGraphRecurrenceRangeType>MicrosoftGraphRecurrenceRangeType. values()Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphRecurrenceRangeType Modifier and Type Method Description MicrosoftGraphRecurrenceRangeMicrosoftGraphRecurrenceRange. withType(MicrosoftGraphRecurrenceRangeType type)Set the type property: The type property.
-