ICustomerUserRoleCollection Interface

Definition

Represents the behavior of the customers user's directory roles.

public interface ICustomerUserRoleCollection : 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.IPartnerComponent<Tuple<string,string>>
type ICustomerUserRoleCollection = interface
    interface IPartnerComponent<string * string>
    interface IEntireEntityCollectionRetrievalOperations<DirectoryRole, ResourceCollection<DirectoryRole>>
Public Interface ICustomerUserRoleCollection
Implements IEntireEntityCollectionRetrievalOperations(Of DirectoryRole, ResourceCollection(Of DirectoryRole)), IPartnerComponent(Of Tuple(Of String, String))
Implements

Properties

Context

Gets the component context object.

(Inherited from IPartnerComponent<TContext>)
Partner

Gets a reference to the partner operations instance that generated this component.

(Inherited from IPartnerComponent<TContext>)

Methods

Get()

Retrieves the customer user's directory roles.

GetAsync()

Asynchronously retrieves the customer user's directory roles.

Applies to