你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ActiveDirectoryGroup Interface

Implements

public interface ActiveDirectoryGroup
extends ActiveDirectoryObject, HasInnerModel<MicrosoftGraphGroupInner>, Updatable<Update>

An immutable client-side representation of an Azure AD group.

Method Summary

Modifier and Type Method and Description
abstract List<ActiveDirectoryObject> listMembers()

Lists the members in the group.

abstract PagedFlux<ActiveDirectoryObject> listMembersAsync()

Lists the members in the group.

abstract String mail()

Gets mail field.

abstract boolean securityEnabled()

Check whether security enabled field.

Method Details

listMembers

public abstract List listMembers()

Lists the members in the group.

Returns:

a list of the members

listMembersAsync

public abstract PagedFlux listMembersAsync()

Lists the members in the group.

Returns:

a list of the members

mail

public abstract String mail()

Gets mail field.

Returns:

mail field.

securityEnabled

public abstract boolean securityEnabled()

Check whether security enabled field.

Returns:

security enabled field.

Applies to