Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAdministrativeUnit
Packages that use MicrosoftGraphAdministrativeUnit
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphAdministrativeUnit in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphAdministrativeUnitModifier and TypeMethodDescriptionMicrosoftGraphAdministrativeUnit.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Represents an Azure Active Directory object.MicrosoftGraphAdministrativeUnit.withDeletedDateTime(OffsetDateTime deletedDateTime) Set the deletedDateTime property: The deletedDateTime property.MicrosoftGraphAdministrativeUnit.withDescription(String description) Set the description property: An optional description for the administrative unit.MicrosoftGraphAdministrativeUnit.withDisplayName(String displayName) Set the displayName property: Display name for the administrative unit.MicrosoftGraphAdministrativeUnit.withExtensions(List<MicrosoftGraphExtension> extensions) Set the extensions property: The extensions property.Set the id property: Read-only.MicrosoftGraphAdministrativeUnit.withMembers(List<MicrosoftGraphDirectoryObjectInner> members) Set the members property: Users and groups that are members of this Adminsitrative Unit.MicrosoftGraphAdministrativeUnit.withScopedRoleMembers(List<MicrosoftGraphScopedRoleMembership> scopedRoleMembers) Set the scopedRoleMembers property: Scoped-role members of this Administrative Unit.MicrosoftGraphAdministrativeUnit.withVisibility(String visibility) Set the visibility property: Controls whether the administrative unit and its members are hidden or public.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphAdministrativeUnitModifier and TypeMethodDescriptionMicrosoftGraphDirectory.administrativeUnits()Get the administrativeUnits property: The administrativeUnits property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphAdministrativeUnitModifier and TypeMethodDescriptionMicrosoftGraphDirectory.withAdministrativeUnits(List<MicrosoftGraphAdministrativeUnit> administrativeUnits) Set the administrativeUnits property: The administrativeUnits property.