Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAssignedLabel
Packages that use MicrosoftGraphAssignedLabel
Package
Description
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 MicrosoftGraphAssignedLabelModifier and TypeMethodDescriptionMicrosoftGraphAssignedLabel.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: assignedLabel.MicrosoftGraphAssignedLabel.withDisplayName(String displayName) Set the displayName property: The display name of the label.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 MicrosoftGraphAssignedLabelModifier and TypeMethodDescriptionMicrosoftGraphGroupInner.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 MicrosoftGraphAssignedLabelModifier and TypeMethodDescriptionMicrosoftGraphGroupInner.withAssignedLabels(List<MicrosoftGraphAssignedLabel> assignedLabels) Set the assignedLabels property: The list of sensitivity label pairs (label ID, label name) associated with an Microsoft 365 group.