Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChoiceColumn
-
Packages that use MicrosoftGraphChoiceColumn Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphChoiceColumn in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphChoiceColumn Modifier and Type Method Description MicrosoftGraphChoiceColumn
MicrosoftGraphColumnDefinition. choice()
Get the choice property: choiceColumn.MicrosoftGraphChoiceColumn
MicrosoftGraphChoiceColumn. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: choiceColumn.MicrosoftGraphChoiceColumn
MicrosoftGraphChoiceColumn. withAllowTextEntry(Boolean allowTextEntry)
Set the allowTextEntry property: If true, allows custom values that aren't in the configured choices.MicrosoftGraphChoiceColumn
MicrosoftGraphChoiceColumn. withChoices(List<String> choices)
Set the choices property: The list of values available for this column.MicrosoftGraphChoiceColumn
MicrosoftGraphChoiceColumn. withDisplayAs(String displayAs)
Set the displayAs property: How the choices are to be presented in the UX.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphChoiceColumn Modifier and Type Method Description MicrosoftGraphColumnDefinition
MicrosoftGraphColumnDefinition. withChoice(MicrosoftGraphChoiceColumn choice)
Set the choice property: choiceColumn.
-