Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAssignedLabel
-
Packages that use MicrosoftGraphAssignedLabel Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphAssignedLabel in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphAssignedLabel Modifier and Type Method Description MicrosoftGraphAssignedLabel
MicrosoftGraphAssignedLabel. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: assignedLabel.MicrosoftGraphAssignedLabel
MicrosoftGraphAssignedLabel. withDisplayName(String displayName)
Set the displayName property: The display name of the label.MicrosoftGraphAssignedLabel
MicrosoftGraphAssignedLabel. withLabelId(String labelId)
Set the labelId property: The unique identifier of the label.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphAssignedLabel Modifier and Type Method Description List<MicrosoftGraphAssignedLabel>
MicrosoftGraphGroupInner. assignedLabels()
Get the assignedLabels property: The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphAssignedLabel Modifier and Type Method Description MicrosoftGraphGroupInner
MicrosoftGraphGroupInner. withAssignedLabels(List<MicrosoftGraphAssignedLabel> assignedLabels)
Set the assignedLabels property: The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group.
-