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 MicrosoftGraphDefaultColumnValueMicrosoftGraphColumnDefinition. defaultValue()Get the defaultValue property: defaultColumnValue.MicrosoftGraphDefaultColumnValueMicrosoftGraphDefaultColumnValue. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: defaultColumnValue.MicrosoftGraphDefaultColumnValueMicrosoftGraphDefaultColumnValue. withFormula(String formula)Set the formula property: The formula used to compute the default value for this column.MicrosoftGraphDefaultColumnValueMicrosoftGraphDefaultColumnValue. 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 MicrosoftGraphColumnDefinitionMicrosoftGraphColumnDefinition. withDefaultValue(MicrosoftGraphDefaultColumnValue defaultValue)Set the defaultValue property: defaultColumnValue.
-