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 interfaceActiveDirectoryApplicationAn immutable client-side representation of an Azure AD application.interfaceActiveDirectoryGroupAn immutable client-side representation of an Azure AD group.interfaceActiveDirectoryUserAn immutable client-side representation of an Azure AD user.interfaceServicePrincipalAn 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.
-