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()booleanMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModelMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
manager
-
Method Details
-
securityEnabled
boolean securityEnabled()- Returns:
- security enabled field.
-
mail
String mail()- Returns:
- mail field.
-
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
-