Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphNumberColumn
-
Packages that use MicrosoftGraphNumberColumn Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphNumberColumn Modifier and Type Method Description MicrosoftGraphNumberColumnMicrosoftGraphColumnDefinition. number()Get the number property: numberColumn.MicrosoftGraphNumberColumnMicrosoftGraphNumberColumn. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: numberColumn.MicrosoftGraphNumberColumnMicrosoftGraphNumberColumn. withDecimalPlaces(String decimalPlaces)Set the decimalPlaces property: How many decimal places to display.MicrosoftGraphNumberColumnMicrosoftGraphNumberColumn. withDisplayAs(String displayAs)Set the displayAs property: How the value should be presented in the UX.MicrosoftGraphNumberColumnMicrosoftGraphNumberColumn. withMaximum(Double maximum)Set the maximum property: The maximum permitted value.MicrosoftGraphNumberColumnMicrosoftGraphNumberColumn. withMinimum(Double minimum)Set the minimum property: The minimum permitted value.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphNumberColumn Modifier and Type Method Description MicrosoftGraphColumnDefinitionMicrosoftGraphColumnDefinition. withNumber(MicrosoftGraphNumberColumn number)Set the number property: numberColumn.
-