Documentation ¶
Index ¶
- type ListManagedDeviceUsersCompleteResult
- type ListManagedDeviceUsersCustomPager
- type ListManagedDeviceUsersOperationOptions
- type ListManagedDeviceUsersOperationResponse
- type ManagedDeviceUserClient
- func (c ManagedDeviceUserClient) ListManagedDeviceUsers(ctx context.Context, id beta.UserIdManagedDeviceId, ...) (result ListManagedDeviceUsersOperationResponse, err error)
- func (c ManagedDeviceUserClient) ListManagedDeviceUsersComplete(ctx context.Context, id beta.UserIdManagedDeviceId, ...) (ListManagedDeviceUsersCompleteResult, error)
- func (c ManagedDeviceUserClient) ListManagedDeviceUsersCompleteMatchingPredicate(ctx context.Context, id beta.UserIdManagedDeviceId, ...) (result ListManagedDeviceUsersCompleteResult, err error)
- type UserOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListManagedDeviceUsersCustomPager ¶
func (*ListManagedDeviceUsersCustomPager) NextPageLink ¶
func (p *ListManagedDeviceUsersCustomPager) NextPageLink() *odata.Link
type ListManagedDeviceUsersOperationOptions ¶
type ListManagedDeviceUsersOperationOptions struct { Count *bool Expand *odata.Expand Filter *string Metadata *odata.Metadata OrderBy *odata.OrderBy RetryFunc client.RequestRetryFunc Search *string Select *[]string Skip *int64 Top *int64 }
func DefaultListManagedDeviceUsersOperationOptions ¶
func DefaultListManagedDeviceUsersOperationOptions() ListManagedDeviceUsersOperationOptions
func (ListManagedDeviceUsersOperationOptions) ToHeaders ¶
func (o ListManagedDeviceUsersOperationOptions) ToHeaders() *client.Headers
func (ListManagedDeviceUsersOperationOptions) ToOData ¶
func (o ListManagedDeviceUsersOperationOptions) ToOData() *odata.Query
func (ListManagedDeviceUsersOperationOptions) ToQuery ¶
func (o ListManagedDeviceUsersOperationOptions) ToQuery() *client.QueryParams
type ManagedDeviceUserClient ¶
func NewManagedDeviceUserClientWithBaseURI ¶
func NewManagedDeviceUserClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedDeviceUserClient, error)
func (ManagedDeviceUserClient) ListManagedDeviceUsers ¶
func (c ManagedDeviceUserClient) ListManagedDeviceUsers(ctx context.Context, id beta.UserIdManagedDeviceId, options ListManagedDeviceUsersOperationOptions) (result ListManagedDeviceUsersOperationResponse, err error)
ListManagedDeviceUsers - Get users from users. The primary users associated with the managed device.
func (ManagedDeviceUserClient) ListManagedDeviceUsersComplete ¶
func (c ManagedDeviceUserClient) ListManagedDeviceUsersComplete(ctx context.Context, id beta.UserIdManagedDeviceId, options ListManagedDeviceUsersOperationOptions) (ListManagedDeviceUsersCompleteResult, error)
ListManagedDeviceUsersComplete retrieves all the results into a single object
func (ManagedDeviceUserClient) ListManagedDeviceUsersCompleteMatchingPredicate ¶
func (c ManagedDeviceUserClient) ListManagedDeviceUsersCompleteMatchingPredicate(ctx context.Context, id beta.UserIdManagedDeviceId, options ListManagedDeviceUsersOperationOptions, predicate UserOperationPredicate) (result ListManagedDeviceUsersCompleteResult, err error)
ListManagedDeviceUsersCompleteMatchingPredicate retrieves all the results and then applies the predicate
type UserOperationPredicate ¶
type UserOperationPredicate struct { }
Click to show internal directories.
Click to hide internal directories.