ActiveDirectoryGroup Interface
Implements
ActiveDirectoryObject
HasInner<com.microsoft.azure.management.graphrbac.implementation.ADGroupInner>
Updatable<Update>
public interface ActiveDirectoryGroup
extends ActiveDirectoryObject, HasInner<com.microsoft.azure.management.graphrbac.implementation.ADGroupInner>, Updatable<Update>
An immutable client-side representation of an Azure AD group.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
java.util.Set<Active |
listMembers()
Lists the members in the group. |
abstract
rx.Observable<Active |
listMembersAsync()
Lists the members in the group. |
abstract java.lang.String | mail() |
abstract boolean | securityEnabled() |
Method Details
listMembers
public abstract Set
Lists the members in the group.
Returns:
an unmodifiable set of the members
listMembersAsync
public abstract Observable
Lists the members in the group.
Returns:
an unmodifiable set of the members
public abstract String mail()
Returns:
mail field.
securityEnabled
public abstract boolean securityEnabled()
Returns:
security enabled field.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java