Interface IDirectoryRole
- All Superinterfaces:
IPartnerComponent<Tuple<String,String>>
- All Known Implementing Classes:
DirectoryRoleOperations
public interface IDirectoryRole extends IPartnerComponent<Tuple<String,String>>
Represents a Directory Role
-
Method Summary
Modifier and Type Method Description IUserMemberCollectiongetUserMembers()Gets the current directory role's user member collection operations.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
getUserMembers
IUserMemberCollection getUserMembers()Gets the current directory role's user member collection operations.- Returns:
- The current directory role's user member collection operations
-