Interface ActiveDirectoryGroup
- All Superinterfaces:
ActiveDirectoryObject
,HasId
,HasInner<com.microsoft.azure.management.graphrbac.implementation.ADGroupInner>
,HasManager<com.microsoft.azure.management.graphrbac.implementation.GraphRbacManager>
,HasName
,Indexable
,Updatable<ActiveDirectoryGroup.Update>
public interface ActiveDirectoryGroup
extends ActiveDirectoryObject, HasInner<com.microsoft.azure.management.graphrbac.implementation.ADGroupInner>, Updatable<ActiveDirectoryGroup.Update>
An immutable client-side representation of an Azure AD group.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Container interface for all the definitions that need to be implemented.static interface
Grouping of all the AD group definition stages.static interface
The template for a group update operation, containing all the settings that can be modified.static interface
Grouping of all the AD group update stages. -
Method Summary
Modifier and TypeMethodDescriptionLists the members in the group.rx.Observable<ActiveDirectoryObject>
Lists the members in the group.mail()
boolean
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasId
id
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName
name
-
Method Details
-
securityEnabled
boolean securityEnabled()- Returns:
- security enabled field.
-
mail
String mail()- Returns:
- mail field.
-
listMembers
Set<ActiveDirectoryObject> listMembers()Lists the members in the group.- Returns:
- an unmodifiable set of the members
-
listMembersAsync
rx.Observable<ActiveDirectoryObject> listMembersAsync()Lists the members in the group.- Returns:
- an unmodifiable set of the members
-