Uses of Interface
com.azure.resourcemanager.authorization.models.ActiveDirectoryObject
-
Packages that use ActiveDirectoryObject Package Description com.azure.resourcemanager.authorization.models Package containing the data models for AuthorizationManagementClient. -
-
Uses of ActiveDirectoryObject in com.azure.resourcemanager.authorization.models
Subinterfaces of ActiveDirectoryObject in com.azure.resourcemanager.authorization.models Modifier and Type Interface Description interface
ActiveDirectoryApplication
An immutable client-side representation of an Azure AD application.interface
ActiveDirectoryGroup
An immutable client-side representation of an Azure AD group.interface
ActiveDirectoryUser
An immutable client-side representation of an Azure AD user.interface
ServicePrincipal
An immutable client-side representation of an Azure AD service principal.Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type ActiveDirectoryObject Modifier and Type Method Description List<ActiveDirectoryObject>
ActiveDirectoryGroup. listMembers()
Lists the members in the group.com.azure.core.http.rest.PagedFlux<ActiveDirectoryObject>
ActiveDirectoryGroup. listMembersAsync()
Lists the members in the group.
-