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<Active |
listMembers()
Lists the members in the group. |
abstract
Paged |
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
Lists the members in the group.
Returns:
a list of the members
listMembersAsync
public abstract PagedFlux
Lists the members in the group.
Returns:
a list of the members
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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java