Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphCalculatedColumn
-
Packages that use MicrosoftGraphCalculatedColumn Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphCalculatedColumn in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphCalculatedColumn Modifier and Type Method Description MicrosoftGraphCalculatedColumn
MicrosoftGraphColumnDefinition. calculated()
Get the calculated property: calculatedColumn.MicrosoftGraphCalculatedColumn
MicrosoftGraphCalculatedColumn. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: calculatedColumn.MicrosoftGraphCalculatedColumn
MicrosoftGraphCalculatedColumn. withFormat(String format)
Set the format property: For dateTime output types, the format of the value.MicrosoftGraphCalculatedColumn
MicrosoftGraphCalculatedColumn. withFormula(String formula)
Set the formula property: The formula used to compute the value for this column.MicrosoftGraphCalculatedColumn
MicrosoftGraphCalculatedColumn. withOutputType(String outputType)
Set the outputType property: The output type used to format values in this column.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphCalculatedColumn Modifier and Type Method Description MicrosoftGraphColumnDefinition
MicrosoftGraphColumnDefinition. withCalculated(MicrosoftGraphCalculatedColumn calculated)
Set the calculated property: calculatedColumn.
-