Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSizeRange
Packages that use MicrosoftGraphSizeRange
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphSizeRange in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphSizeRangeModifier and TypeMethodDescriptionMicrosoftGraphSizeRange.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: sizeRange.MicrosoftGraphMessageRulePredicates.withinSizeRange()Get the withinSizeRange property: sizeRange.MicrosoftGraphSizeRange.withMaximumSize(Integer maximumSize) Set the maximumSize property: The maximum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply.MicrosoftGraphSizeRange.withMinimumSize(Integer minimumSize) Set the minimumSize property: The minimum size (in kilobytes) that an incoming message must have in order for a condition or exception to apply.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphSizeRangeModifier and TypeMethodDescriptionMicrosoftGraphMessageRulePredicates.withWithinSizeRange(MicrosoftGraphSizeRange withinSizeRange) Set the withinSizeRange property: sizeRange.