Documentation ¶
Index ¶
- type ComanagedDeviceUserClient
- func (c ComanagedDeviceUserClient) ListComanagedDeviceUsers(ctx context.Context, id beta.DeviceManagementComanagedDeviceId, ...) (result ListComanagedDeviceUsersOperationResponse, err error)
- func (c ComanagedDeviceUserClient) ListComanagedDeviceUsersComplete(ctx context.Context, id beta.DeviceManagementComanagedDeviceId, ...) (ListComanagedDeviceUsersCompleteResult, error)
- func (c ComanagedDeviceUserClient) ListComanagedDeviceUsersCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementComanagedDeviceId, ...) (result ListComanagedDeviceUsersCompleteResult, err error)
- type ListComanagedDeviceUsersCompleteResult
- type ListComanagedDeviceUsersCustomPager
- type ListComanagedDeviceUsersOperationOptions
- type ListComanagedDeviceUsersOperationResponse
- type UserOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComanagedDeviceUserClient ¶
func NewComanagedDeviceUserClientWithBaseURI ¶
func NewComanagedDeviceUserClientWithBaseURI(sdkApi sdkEnv.Api) (*ComanagedDeviceUserClient, error)
func (ComanagedDeviceUserClient) ListComanagedDeviceUsers ¶
func (c ComanagedDeviceUserClient) ListComanagedDeviceUsers(ctx context.Context, id beta.DeviceManagementComanagedDeviceId, options ListComanagedDeviceUsersOperationOptions) (result ListComanagedDeviceUsersOperationResponse, err error)
ListComanagedDeviceUsers - Get users from deviceManagement. The primary users associated with the managed device.
func (ComanagedDeviceUserClient) ListComanagedDeviceUsersComplete ¶
func (c ComanagedDeviceUserClient) ListComanagedDeviceUsersComplete(ctx context.Context, id beta.DeviceManagementComanagedDeviceId, options ListComanagedDeviceUsersOperationOptions) (ListComanagedDeviceUsersCompleteResult, error)
ListComanagedDeviceUsersComplete retrieves all the results into a single object
func (ComanagedDeviceUserClient) ListComanagedDeviceUsersCompleteMatchingPredicate ¶
func (c ComanagedDeviceUserClient) ListComanagedDeviceUsersCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementComanagedDeviceId, options ListComanagedDeviceUsersOperationOptions, predicate UserOperationPredicate) (result ListComanagedDeviceUsersCompleteResult, err error)
ListComanagedDeviceUsersCompleteMatchingPredicate retrieves all the results and then applies the predicate
type ListComanagedDeviceUsersCustomPager ¶
func (*ListComanagedDeviceUsersCustomPager) NextPageLink ¶
func (p *ListComanagedDeviceUsersCustomPager) NextPageLink() *odata.Link
type ListComanagedDeviceUsersOperationOptions ¶
type ListComanagedDeviceUsersOperationOptions 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 DefaultListComanagedDeviceUsersOperationOptions ¶
func DefaultListComanagedDeviceUsersOperationOptions() ListComanagedDeviceUsersOperationOptions
func (ListComanagedDeviceUsersOperationOptions) ToHeaders ¶
func (o ListComanagedDeviceUsersOperationOptions) ToHeaders() *client.Headers
func (ListComanagedDeviceUsersOperationOptions) ToOData ¶
func (o ListComanagedDeviceUsersOperationOptions) ToOData() *odata.Query
func (ListComanagedDeviceUsersOperationOptions) ToQuery ¶
func (o ListComanagedDeviceUsersOperationOptions) ToQuery() *client.QueryParams
type UserOperationPredicate ¶
type UserOperationPredicate struct { }
Click to show internal directories.
Click to hide internal directories.