Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPersonOrGroupColumn
-
Packages that use MicrosoftGraphPersonOrGroupColumn Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphPersonOrGroupColumn in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphPersonOrGroupColumn Modifier and Type Method Description MicrosoftGraphPersonOrGroupColumn
MicrosoftGraphColumnDefinition. personOrGroup()
Get the personOrGroup property: personOrGroupColumn.MicrosoftGraphPersonOrGroupColumn
MicrosoftGraphPersonOrGroupColumn. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: personOrGroupColumn.MicrosoftGraphPersonOrGroupColumn
MicrosoftGraphPersonOrGroupColumn. withAllowMultipleSelection(Boolean allowMultipleSelection)
Set the allowMultipleSelection property: Indicates whether multiple values can be selected from the source.MicrosoftGraphPersonOrGroupColumn
MicrosoftGraphPersonOrGroupColumn. withChooseFromType(String chooseFromType)
Set the chooseFromType property: Whether to allow selection of people only, or people and groups.MicrosoftGraphPersonOrGroupColumn
MicrosoftGraphPersonOrGroupColumn. withDisplayAs(String displayAs)
Set the displayAs property: How to display the information about the person or group chosen.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphPersonOrGroupColumn Modifier and Type Method Description MicrosoftGraphColumnDefinition
MicrosoftGraphColumnDefinition. withPersonOrGroup(MicrosoftGraphPersonOrGroupColumn personOrGroup)
Set the personOrGroup property: personOrGroupColumn.
-