Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphMessageRule
Packages that use MicrosoftGraphMessageRule
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphMessageRule in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphMessageRuleModifier and TypeMethodDescriptionMicrosoftGraphMessageRule.withActions(MicrosoftGraphMessageRuleActions actions) Set the actions property: messageRuleActions.MicrosoftGraphMessageRule.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: messageRule.MicrosoftGraphMessageRule.withConditions(MicrosoftGraphMessageRulePredicates conditions) Set the conditions property: messageRulePredicates.MicrosoftGraphMessageRule.withDisplayName(String displayName) Set the displayName property: The display name of the rule.MicrosoftGraphMessageRule.withExceptions(MicrosoftGraphMessageRulePredicates exceptions) Set the exceptions property: messageRulePredicates.MicrosoftGraphMessageRule.withHasError(Boolean hasError) Set the hasError property: Indicates whether the rule is in an error condition.Set the id property: Read-only.MicrosoftGraphMessageRule.withIsEnabled(Boolean isEnabled) Set the isEnabled property: Indicates whether the rule is enabled to be applied to messages.MicrosoftGraphMessageRule.withIsReadOnly(Boolean isReadOnly) Set the isReadOnly property: Indicates if the rule is read-only and cannot be modified or deleted by the rules REST API.MicrosoftGraphMessageRule.withSequence(Integer sequence) Set the sequence property: Indicates the order in which the rule is executed, among other rules.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphMessageRuleModifier and TypeMethodDescriptionMicrosoftGraphMailFolder.messageRules()Get the messageRules property: The collection of rules that apply to the user's Inbox folder.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphMessageRuleModifier and TypeMethodDescriptionMicrosoftGraphMailFolder.withMessageRules(List<MicrosoftGraphMessageRule> messageRules) Set the messageRules property: The collection of rules that apply to the user's Inbox folder.