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 CreateDeviceManagementTroubleshootingEventOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateDeviceManagementTroubleshootingEventOperationOptions() CreateDeviceManagementTroubleshootingEventOperationOptions + func (o CreateDeviceManagementTroubleshootingEventOperationOptions) ToHeaders() *client.Headers + func (o CreateDeviceManagementTroubleshootingEventOperationOptions) ToOData() *odata.Query + func (o CreateDeviceManagementTroubleshootingEventOperationOptions) ToQuery() *client.QueryParams + type CreateDeviceManagementTroubleshootingEventOperationResponse struct + HttpResponse *http.Response + Model stable.DeviceManagementTroubleshootingEvent + OData *odata.OData + type DeleteDeviceManagementTroubleshootingEventOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDeviceManagementTroubleshootingEventOperationOptions() DeleteDeviceManagementTroubleshootingEventOperationOptions + func (o DeleteDeviceManagementTroubleshootingEventOperationOptions) ToHeaders() *client.Headers + func (o DeleteDeviceManagementTroubleshootingEventOperationOptions) ToOData() *odata.Query + func (o DeleteDeviceManagementTroubleshootingEventOperationOptions) ToQuery() *client.QueryParams + type DeleteDeviceManagementTroubleshootingEventOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DeviceManagementTroubleshootingEventClient struct + Client *msgraph.Client + func NewDeviceManagementTroubleshootingEventClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceManagementTroubleshootingEventClient, error) + func (c DeviceManagementTroubleshootingEventClient) CreateDeviceManagementTroubleshootingEvent(ctx context.Context, id stable.UserId, ...) (result CreateDeviceManagementTroubleshootingEventOperationResponse, err error) + func (c DeviceManagementTroubleshootingEventClient) DeleteDeviceManagementTroubleshootingEvent(ctx context.Context, id stable.UserIdDeviceManagementTroubleshootingEventId, ...) (result DeleteDeviceManagementTroubleshootingEventOperationResponse, err error) + func (c DeviceManagementTroubleshootingEventClient) GetDeviceManagementTroubleshootingEvent(ctx context.Context, id stable.UserIdDeviceManagementTroubleshootingEventId, ...) (result GetDeviceManagementTroubleshootingEventOperationResponse, err error) + func (c DeviceManagementTroubleshootingEventClient) GetDeviceManagementTroubleshootingEventsCount(ctx context.Context, id stable.UserId, ...) (result GetDeviceManagementTroubleshootingEventsCountOperationResponse, ...) + func (c DeviceManagementTroubleshootingEventClient) ListDeviceManagementTroubleshootingEvents(ctx context.Context, id stable.UserId, ...) (result ListDeviceManagementTroubleshootingEventsOperationResponse, err error) + func (c DeviceManagementTroubleshootingEventClient) ListDeviceManagementTroubleshootingEventsComplete(ctx context.Context, id stable.UserId, ...) (ListDeviceManagementTroubleshootingEventsCompleteResult, error) + func (c DeviceManagementTroubleshootingEventClient) ListDeviceManagementTroubleshootingEventsCompleteMatchingPredicate(ctx context.Context, id stable.UserId, ...) (result ListDeviceManagementTroubleshootingEventsCompleteResult, err error) + func (c DeviceManagementTroubleshootingEventClient) UpdateDeviceManagementTroubleshootingEvent(ctx context.Context, id stable.UserIdDeviceManagementTroubleshootingEventId, ...) (result UpdateDeviceManagementTroubleshootingEventOperationResponse, err error) + type DeviceManagementTroubleshootingEventOperationPredicate struct + func (p DeviceManagementTroubleshootingEventOperationPredicate) Matches(input stable.DeviceManagementTroubleshootingEvent) bool + type GetDeviceManagementTroubleshootingEventOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetDeviceManagementTroubleshootingEventOperationOptions() GetDeviceManagementTroubleshootingEventOperationOptions + func (o GetDeviceManagementTroubleshootingEventOperationOptions) ToHeaders() *client.Headers + func (o GetDeviceManagementTroubleshootingEventOperationOptions) ToOData() *odata.Query + func (o GetDeviceManagementTroubleshootingEventOperationOptions) ToQuery() *client.QueryParams + type GetDeviceManagementTroubleshootingEventOperationResponse struct + HttpResponse *http.Response + Model stable.DeviceManagementTroubleshootingEvent + OData *odata.OData + type GetDeviceManagementTroubleshootingEventsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetDeviceManagementTroubleshootingEventsCountOperationOptions() GetDeviceManagementTroubleshootingEventsCountOperationOptions + func (o GetDeviceManagementTroubleshootingEventsCountOperationOptions) ToHeaders() *client.Headers + func (o GetDeviceManagementTroubleshootingEventsCountOperationOptions) ToOData() *odata.Query + func (o GetDeviceManagementTroubleshootingEventsCountOperationOptions) ToQuery() *client.QueryParams + type GetDeviceManagementTroubleshootingEventsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListDeviceManagementTroubleshootingEventsCompleteResult struct + Items []stable.DeviceManagementTroubleshootingEvent + LatestHttpResponse *http.Response + type ListDeviceManagementTroubleshootingEventsCustomPager struct + NextLink *odata.Link + func (p *ListDeviceManagementTroubleshootingEventsCustomPager) NextPageLink() *odata.Link + type ListDeviceManagementTroubleshootingEventsOperationOptions 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 DefaultListDeviceManagementTroubleshootingEventsOperationOptions() ListDeviceManagementTroubleshootingEventsOperationOptions + func (o ListDeviceManagementTroubleshootingEventsOperationOptions) ToHeaders() *client.Headers + func (o ListDeviceManagementTroubleshootingEventsOperationOptions) ToOData() *odata.Query + func (o ListDeviceManagementTroubleshootingEventsOperationOptions) ToQuery() *client.QueryParams + type ListDeviceManagementTroubleshootingEventsOperationResponse struct + HttpResponse *http.Response + Model *[]stable.DeviceManagementTroubleshootingEvent + OData *odata.OData + type UpdateDeviceManagementTroubleshootingEventOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateDeviceManagementTroubleshootingEventOperationOptions() UpdateDeviceManagementTroubleshootingEventOperationOptions + func (o UpdateDeviceManagementTroubleshootingEventOperationOptions) ToHeaders() *client.Headers + func (o UpdateDeviceManagementTroubleshootingEventOperationOptions) ToOData() *odata.Query + func (o UpdateDeviceManagementTroubleshootingEventOperationOptions) ToQuery() *client.QueryParams + type UpdateDeviceManagementTroubleshootingEventOperationResponse struct + HttpResponse *http.Response + OData *odata.OData