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 MicrosoftGraphCalculatedColumnMicrosoftGraphColumnDefinition. calculated()Get the calculated property: calculatedColumn.MicrosoftGraphCalculatedColumnMicrosoftGraphCalculatedColumn. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: calculatedColumn.MicrosoftGraphCalculatedColumnMicrosoftGraphCalculatedColumn. withFormat(String format)Set the format property: For dateTime output types, the format of the value.MicrosoftGraphCalculatedColumnMicrosoftGraphCalculatedColumn. withFormula(String formula)Set the formula property: The formula used to compute the value for this column.MicrosoftGraphCalculatedColumnMicrosoftGraphCalculatedColumn. 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 MicrosoftGraphColumnDefinitionMicrosoftGraphColumnDefinition. withCalculated(MicrosoftGraphCalculatedColumn calculated)Set the calculated property: calculatedColumn.
-