Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphInferenceClassificationOverride
-
Packages that use MicrosoftGraphInferenceClassificationOverride Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphInferenceClassificationOverride in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphInferenceClassificationOverride Modifier and Type Method Description MicrosoftGraphInferenceClassificationOverrideMicrosoftGraphInferenceClassificationOverride. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: inferenceClassificationOverride.MicrosoftGraphInferenceClassificationOverrideMicrosoftGraphInferenceClassificationOverride. withClassifyAs(MicrosoftGraphInferenceClassificationType classifyAs)Set the classifyAs property: The classifyAs property.MicrosoftGraphInferenceClassificationOverrideMicrosoftGraphInferenceClassificationOverride. withId(String id)Set the id property: Read-only.MicrosoftGraphInferenceClassificationOverrideMicrosoftGraphInferenceClassificationOverride. withSenderEmailAddress(MicrosoftGraphEmailAddress senderEmailAddress)Set the senderEmailAddress property: emailAddress.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphInferenceClassificationOverride Modifier and Type Method Description List<MicrosoftGraphInferenceClassificationOverride>MicrosoftGraphInferenceClassification. overrides()Get the overrides property: A set of overrides for a user to always classify messages from specific senders in certain ways: focused, or other.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphInferenceClassificationOverride Modifier and Type Method Description MicrosoftGraphInferenceClassificationMicrosoftGraphInferenceClassification. withOverrides(List<MicrosoftGraphInferenceClassificationOverride> overrides)Set the overrides property: A set of overrides for a user to always classify messages from specific senders in certain ways: focused, or other.
-