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<ActiveDirectoryObject> listMembers()

Lists the members in the group.

abstract rx.Observable<ActiveDirectoryObject> listMembersAsync()

Lists the members in the group.

abstract java.lang.String mail()
abstract boolean securityEnabled()

Method Details

listMembers

public abstract Set listMembers()

Lists the members in the group.

Returns:

an unmodifiable set of the members

listMembersAsync

public abstract Observable listMembersAsync()

Lists the members in the group.

Returns:

an unmodifiable set of the members

mail

public abstract String mail()

Returns:

mail field.

securityEnabled

public abstract boolean securityEnabled()

Returns:

security enabled field.

Applies to