Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphSizeRange
-
Packages that use MicrosoftGraphSizeRange Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphSizeRange Modifier and Type Method Description MicrosoftGraphSizeRangeMicrosoftGraphSizeRange. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: sizeRange.MicrosoftGraphSizeRangeMicrosoftGraphMessageRulePredicates. withinSizeRange()Get the withinSizeRange property: sizeRange.MicrosoftGraphSizeRangeMicrosoftGraphSizeRange. 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.MicrosoftGraphSizeRangeMicrosoftGraphSizeRange. 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 MicrosoftGraphSizeRange Modifier and Type Method Description MicrosoftGraphMessageRulePredicatesMicrosoftGraphMessageRulePredicates. withWithinSizeRange(MicrosoftGraphSizeRange withinSizeRange)Set the withinSizeRange property: sizeRange.
-