Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphColumnLink
-
Packages that use MicrosoftGraphColumnLink Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphColumnLink in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphColumnLink Modifier and Type Method Description MicrosoftGraphColumnLink
MicrosoftGraphColumnLink. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: columnLink.MicrosoftGraphColumnLink
MicrosoftGraphColumnLink. withId(String id)
Set the id property: Read-only.MicrosoftGraphColumnLink
MicrosoftGraphColumnLink. withName(String name)
Set the name property: The name of the column in this content type.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphColumnLink Modifier and Type Method Description List<MicrosoftGraphColumnLink>
MicrosoftGraphContentType. columnLinks()
Get the columnLinks property: The collection of columns that are required by this content type.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphColumnLink Modifier and Type Method Description MicrosoftGraphContentType
MicrosoftGraphContentType. withColumnLinks(List<MicrosoftGraphColumnLink> columnLinks)
Set the columnLinks property: The collection of columns that are required by this content type.
-