Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type DeviceMemberOfClient struct + Client *msgraph.Client + func NewDeviceMemberOfClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceMemberOfClient, error) + func (c DeviceMemberOfClient) GetDeviceMemberOf(ctx context.Context, id beta.UserIdDeviceIdMemberOfId, ...) (result GetDeviceMemberOfOperationResponse, err error) + func (c DeviceMemberOfClient) GetDeviceMemberOfCount(ctx context.Context, id beta.UserIdDeviceId, ...) (result GetDeviceMemberOfCountOperationResponse, err error) + func (c DeviceMemberOfClient) ListDeviceMemberOfs(ctx context.Context, id beta.UserIdDeviceId, ...) (result ListDeviceMemberOfsOperationResponse, err error) + func (c DeviceMemberOfClient) ListDeviceMemberOfsComplete(ctx context.Context, id beta.UserIdDeviceId, ...) (ListDeviceMemberOfsCompleteResult, error) + func (c DeviceMemberOfClient) ListDeviceMemberOfsCompleteMatchingPredicate(ctx context.Context, id beta.UserIdDeviceId, ...) (result ListDeviceMemberOfsCompleteResult, err error) + type DirectoryObjectOperationPredicate struct + func (p DirectoryObjectOperationPredicate) Matches(input beta.DirectoryObject) bool + type GetDeviceMemberOfCountOperationOptions struct + ConsistencyLevel *odata.ConsistencyLevel + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetDeviceMemberOfCountOperationOptions() GetDeviceMemberOfCountOperationOptions + func (o GetDeviceMemberOfCountOperationOptions) ToHeaders() *client.Headers + func (o GetDeviceMemberOfCountOperationOptions) ToOData() *odata.Query + func (o GetDeviceMemberOfCountOperationOptions) ToQuery() *client.QueryParams + type GetDeviceMemberOfCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type GetDeviceMemberOfOperationOptions struct + ConsistencyLevel *odata.ConsistencyLevel + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetDeviceMemberOfOperationOptions() GetDeviceMemberOfOperationOptions + func (o GetDeviceMemberOfOperationOptions) ToHeaders() *client.Headers + func (o GetDeviceMemberOfOperationOptions) ToOData() *odata.Query + func (o GetDeviceMemberOfOperationOptions) ToQuery() *client.QueryParams + type GetDeviceMemberOfOperationResponse struct + HttpResponse *http.Response + Model beta.DirectoryObject + OData *odata.OData + type ListDeviceMemberOfsCompleteResult struct + Items []beta.DirectoryObject + LatestHttpResponse *http.Response + type ListDeviceMemberOfsCustomPager struct + NextLink *odata.Link + func (p *ListDeviceMemberOfsCustomPager) NextPageLink() *odata.Link + type ListDeviceMemberOfsOperationOptions struct + ConsistencyLevel *odata.ConsistencyLevel + 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 DefaultListDeviceMemberOfsOperationOptions() ListDeviceMemberOfsOperationOptions + func (o ListDeviceMemberOfsOperationOptions) ToHeaders() *client.Headers + func (o ListDeviceMemberOfsOperationOptions) ToOData() *odata.Query + func (o ListDeviceMemberOfsOperationOptions) ToQuery() *client.QueryParams + type ListDeviceMemberOfsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.DirectoryObject + OData *odata.OData