Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphNumberColumn
Packages that use MicrosoftGraphNumberColumn
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphNumberColumn in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphNumberColumnModifier and TypeMethodDescriptionMicrosoftGraphColumnDefinition.number()Get the number property: numberColumn.MicrosoftGraphNumberColumn.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: numberColumn.MicrosoftGraphNumberColumn.withDecimalPlaces(String decimalPlaces) Set the decimalPlaces property: How many decimal places to display.MicrosoftGraphNumberColumn.withDisplayAs(String displayAs) Set the displayAs property: How the value should be presented in the UX.MicrosoftGraphNumberColumn.withMaximum(Double maximum) Set the maximum property: The maximum permitted value.MicrosoftGraphNumberColumn.withMinimum(Double minimum) Set the minimum property: The minimum permitted value.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphNumberColumnModifier and TypeMethodDescriptionMicrosoftGraphColumnDefinition.withNumber(MicrosoftGraphNumberColumn number) Set the number property: numberColumn.