Interface ActiveDirectoryGroup

All Superinterfaces:
ActiveDirectoryObject, HasId, HasInner<com.microsoft.azure.management.graphrbac.implementation.ADGroupInner>, HasManager<com.microsoft.azure.management.graphrbac.implementation.GraphRbacManager>, HasName, Indexable, Updatable<ActiveDirectoryGroup.Update>

public interface ActiveDirectoryGroup extends ActiveDirectoryObject, HasInner<com.microsoft.azure.management.graphrbac.implementation.ADGroupInner>, Updatable<ActiveDirectoryGroup.Update>
An immutable client-side representation of an Azure AD group.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Container interface for all the definitions that need to be implemented.
    static interface 
    Grouping of all the AD group definition stages.
    static interface 
    The template for a group update operation, containing all the settings that can be modified.
    static interface 
    Grouping of all the AD group update stages.
  • Method Summary

    Modifier and Type
    Method
    Description
    Lists the members in the group.
    rx.Observable<ActiveDirectoryObject>
    Lists the members in the group.
     
    boolean
     

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasId

    id

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner

    inner

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager

    manager

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasName

    name

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable

    key

    Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Updatable

    update
  • Method Details

    • securityEnabled

      boolean securityEnabled()
      Returns:
      security enabled field.
    • mail

      String mail()
      Returns:
      mail field.
    • listMembers

      Set<ActiveDirectoryObject> listMembers()
      Lists the members in the group.
      Returns:
      an unmodifiable set of the members
    • listMembersAsync

      rx.Observable<ActiveDirectoryObject> listMembersAsync()
      Lists the members in the group.
      Returns:
      an unmodifiable set of the members