Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphImportance
-
Packages that use MicrosoftGraphImportance Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphImportance in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphImportance Modifier and Type Field Description static MicrosoftGraphImportanceMicrosoftGraphImportance. HIGHStatic value high for MicrosoftGraphImportance.static MicrosoftGraphImportanceMicrosoftGraphImportance. LOWStatic value low for MicrosoftGraphImportance.static MicrosoftGraphImportanceMicrosoftGraphImportance. NORMALStatic value normal for MicrosoftGraphImportance.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphImportance Modifier and Type Method Description static MicrosoftGraphImportanceMicrosoftGraphImportance. fromString(String name)Creates or finds a MicrosoftGraphImportance from its string representation.MicrosoftGraphImportanceMicrosoftGraphEvent. importance()Get the importance property: The importance property.MicrosoftGraphImportanceMicrosoftGraphMessage. importance()Get the importance property: The importance property.MicrosoftGraphImportanceMicrosoftGraphMessageRulePredicates. importance()Get the importance property: The importance property.MicrosoftGraphImportanceMicrosoftGraphTodoTaskInner. importance()Get the importance property: The importance property.MicrosoftGraphImportanceMicrosoftGraphMessageRuleActions. markImportance()Get the markImportance property: The markImportance property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphImportance Modifier and Type Method Description static Collection<MicrosoftGraphImportance>MicrosoftGraphImportance. values()Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphImportance Modifier and Type Method Description MicrosoftGraphEventMicrosoftGraphEvent. withImportance(MicrosoftGraphImportance importance)Set the importance property: The importance property.MicrosoftGraphMessageMicrosoftGraphMessage. withImportance(MicrosoftGraphImportance importance)Set the importance property: The importance property.MicrosoftGraphMessageRulePredicatesMicrosoftGraphMessageRulePredicates. withImportance(MicrosoftGraphImportance importance)Set the importance property: The importance property.MicrosoftGraphTodoTaskInnerMicrosoftGraphTodoTaskInner. withImportance(MicrosoftGraphImportance importance)Set the importance property: The importance property.MicrosoftGraphMessageRuleActionsMicrosoftGraphMessageRuleActions. withMarkImportance(MicrosoftGraphImportance markImportance)Set the markImportance property: The markImportance property.
-