Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDefaultColumnValue
-
Packages that use MicrosoftGraphDefaultColumnValue Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphDefaultColumnValue in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphDefaultColumnValue Modifier and Type Method Description MicrosoftGraphDefaultColumnValue
MicrosoftGraphColumnDefinition. defaultValue()
Get the defaultValue property: defaultColumnValue.MicrosoftGraphDefaultColumnValue
MicrosoftGraphDefaultColumnValue. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: defaultColumnValue.MicrosoftGraphDefaultColumnValue
MicrosoftGraphDefaultColumnValue. withFormula(String formula)
Set the formula property: The formula used to compute the default value for this column.MicrosoftGraphDefaultColumnValue
MicrosoftGraphDefaultColumnValue. withValue(String value)
Set the value property: The direct value to use as the default value for this column.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphDefaultColumnValue Modifier and Type Method Description MicrosoftGraphColumnDefinition
MicrosoftGraphColumnDefinition. withDefaultValue(MicrosoftGraphDefaultColumnValue defaultValue)
Set the defaultValue property: defaultColumnValue.
-