@Beta public interface ActiveDirectoryGroup extends ActiveDirectoryObject, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.graphrbac.implementation.ADGroupInner>, com.microsoft.azure.management.resources.fluentcore.model.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() |
keyidnamemanagerboolean securityEnabled()
String mail()
@Beta(value=V1_2_0) Set<ActiveDirectoryObject> listMembers()
@Beta(value=V1_2_0) rx.Observable<ActiveDirectoryObject> listMembersAsync()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/