Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphLookupColumn
Packages that use MicrosoftGraphLookupColumn
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphLookupColumn in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphLookupColumnModifier and TypeMethodDescriptionMicrosoftGraphColumnDefinition.lookup()Get the lookup property: lookupColumn.MicrosoftGraphLookupColumn.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: lookupColumn.MicrosoftGraphLookupColumn.withAllowMultipleValues(Boolean allowMultipleValues) Set the allowMultipleValues property: Indicates whether multiple values can be selected from the source.MicrosoftGraphLookupColumn.withAllowUnlimitedLength(Boolean allowUnlimitedLength) Set the allowUnlimitedLength property: Indicates whether values in the column should be able to exceed the standard limit of 255 characters.MicrosoftGraphLookupColumn.withColumnName(String columnName) Set the columnName property: The name of the lookup source column.MicrosoftGraphLookupColumn.withListId(String listId) Set the listId property: The unique identifier of the lookup source list.MicrosoftGraphLookupColumn.withPrimaryLookupColumnId(String primaryLookupColumnId) Set the primaryLookupColumnId property: If specified, this column is a secondary lookup, pulling an additional field from the list item looked up by the primary lookup.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphLookupColumnModifier and TypeMethodDescriptionMicrosoftGraphColumnDefinition.withLookup(MicrosoftGraphLookupColumn lookup) Set the lookup property: lookupColumn.