IDirectoryRoleCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the behavior of directory role collection.
public interface IDirectoryRoleCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.Roles.DirectoryRole,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Roles.DirectoryRole>>, Microsoft.Store.PartnerCenter.GenericOperations.IEntitySelector<Microsoft.Store.PartnerCenter.CustomerDirectoryRoles.IDirectoryRole>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IDirectoryRoleCollection = interface
interface IPartnerComponent
interface IPartnerComponent<string>
interface IEntireEntityCollectionRetrievalOperations<DirectoryRole, ResourceCollection<DirectoryRole>>
interface IEntitySelector<IDirectoryRole>
Public Interface IDirectoryRoleCollection
Implements IEntireEntityCollectionRetrievalOperations(Of DirectoryRole, ResourceCollection(Of DirectoryRole)), IEntitySelector(Of IDirectoryRole), IPartnerComponent, IPartnerComponent(Of String)
- Implements
Properties
Context |
Gets the component context object. (Inherited from IPartnerComponent<TContext>) |
Item[String] |
Gets a directory role behavior. |
Partner |
Gets a reference to the partner operations instance that generated this component. (Inherited from IPartnerComponent<TContext>) |
Methods
ById(String) |
Gets a directory role behavior. |
Get() |
Retrieves all customer directory roles. |
GetAsync() |
Asynchronously retrieves all customer directory roles. |