public interface ActiveDirectoryGroup extends ActiveDirectoryObject, HasInner<com.microsoft.azure.management.graphrbac.implementation.ADGroupInner>, Updatable<ActiveDirectoryGroup.Update>
Modifier and Type | Interface and Description |
---|---|
static interface |
ActiveDirectoryGroup.Definition
Container interface for all the definitions that need to be implemented.
|
static interface |
ActiveDirectoryGroup.DefinitionStages
Grouping of all the AD group definition stages.
|
static interface |
ActiveDirectoryGroup.Update
The template for a group update operation, containing all the settings that can be modified.
|
static interface |
ActiveDirectoryGroup.UpdateStages
Grouping of all the AD group update stages.
|
Modifier and Type | Method and Description |
---|---|
Set<ActiveDirectoryObject> |
listMembers()
Lists the members in the group.
|
rx.Observable<ActiveDirectoryObject> |
listMembersAsync()
Lists the members in the group.
|
String |
mail() |
boolean |
securityEnabled() |
key
id
name
manager
boolean securityEnabled()
String mail()
Set<ActiveDirectoryObject> listMembers()
rx.Observable<ActiveDirectoryObject> listMembersAsync()
Copyright © 2019. All rights reserved.