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 MicrosoftGraphPersonOrGroupColumnMicrosoftGraphColumnDefinition. personOrGroup()Get the personOrGroup property: personOrGroupColumn.MicrosoftGraphPersonOrGroupColumnMicrosoftGraphPersonOrGroupColumn. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: personOrGroupColumn.MicrosoftGraphPersonOrGroupColumnMicrosoftGraphPersonOrGroupColumn. withAllowMultipleSelection(Boolean allowMultipleSelection)Set the allowMultipleSelection property: Indicates whether multiple values can be selected from the source.MicrosoftGraphPersonOrGroupColumnMicrosoftGraphPersonOrGroupColumn. withChooseFromType(String chooseFromType)Set the chooseFromType property: Whether to allow selection of people only, or people and groups.MicrosoftGraphPersonOrGroupColumnMicrosoftGraphPersonOrGroupColumn. 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 MicrosoftGraphColumnDefinitionMicrosoftGraphColumnDefinition. withPersonOrGroup(MicrosoftGraphPersonOrGroupColumn personOrGroup)Set the personOrGroup property: personOrGroupColumn.
-