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 MicrosoftGraphChoiceColumnMicrosoftGraphColumnDefinition. choice()Get the choice property: choiceColumn.MicrosoftGraphChoiceColumnMicrosoftGraphChoiceColumn. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: choiceColumn.MicrosoftGraphChoiceColumnMicrosoftGraphChoiceColumn. withAllowTextEntry(Boolean allowTextEntry)Set the allowTextEntry property: If true, allows custom values that aren't in the configured choices.MicrosoftGraphChoiceColumnMicrosoftGraphChoiceColumn. withChoices(List<String> choices)Set the choices property: The list of values available for this column.MicrosoftGraphChoiceColumnMicrosoftGraphChoiceColumn. 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 MicrosoftGraphColumnDefinitionMicrosoftGraphColumnDefinition. withChoice(MicrosoftGraphChoiceColumn choice)Set the choice property: choiceColumn.
-