Interface ActiveDirectoryGroup
- All Superinterfaces:
ActiveDirectoryObject, HasId, HasInnerModel<com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphGroupInner>, HasManager<AuthorizationManager>, HasName, Indexable, Updatable<ActiveDirectoryGroup.Update>
public interface ActiveDirectoryGroup
extends ActiveDirectoryObject, HasInnerModel<com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphGroupInner>, Updatable<ActiveDirectoryGroup.Update>
An immutable client-side representation of an Azure AD group.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.static interfaceGrouping of all the AD group definition stages.static interfaceThe template for a group update operation, containing all the settings that can be modified.static interfaceGrouping of all the AD group update stages. -
Method Summary
Modifier and TypeMethodDescriptionLists the members in the group.com.azure.core.http.rest.PagedFlux<ActiveDirectoryObject> Lists the members in the group.mail()Gets mail field.booleanCheck whether security enabled field.Methods inherited from interface HasInnerModel
innerModelMethods inherited from interface HasManager
manager
-
Method Details
-
securityEnabled
boolean securityEnabled()Check whether security enabled field.- Returns:
- security enabled field.
-
mail
-
listMembers
List<ActiveDirectoryObject> listMembers()Lists the members in the group.- Returns:
- a list of the members
-
listMembersAsync
com.azure.core.http.rest.PagedFlux<ActiveDirectoryObject> listMembersAsync()Lists the members in the group.- Returns:
- a list of the members
-