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 CreateMobileAppTroubleshootingEventOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateMobileAppTroubleshootingEventOperationOptions() CreateMobileAppTroubleshootingEventOperationOptions + func (o CreateMobileAppTroubleshootingEventOperationOptions) ToHeaders() *client.Headers + func (o CreateMobileAppTroubleshootingEventOperationOptions) ToOData() *odata.Query + func (o CreateMobileAppTroubleshootingEventOperationOptions) ToQuery() *client.QueryParams + type CreateMobileAppTroubleshootingEventOperationResponse struct + HttpResponse *http.Response + Model *beta.MobileAppTroubleshootingEvent + OData *odata.OData + type DeleteMobileAppTroubleshootingEventOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteMobileAppTroubleshootingEventOperationOptions() DeleteMobileAppTroubleshootingEventOperationOptions + func (o DeleteMobileAppTroubleshootingEventOperationOptions) ToHeaders() *client.Headers + func (o DeleteMobileAppTroubleshootingEventOperationOptions) ToOData() *odata.Query + func (o DeleteMobileAppTroubleshootingEventOperationOptions) ToQuery() *client.QueryParams + type DeleteMobileAppTroubleshootingEventOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetMobileAppTroubleshootingEventOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetMobileAppTroubleshootingEventOperationOptions() GetMobileAppTroubleshootingEventOperationOptions + func (o GetMobileAppTroubleshootingEventOperationOptions) ToHeaders() *client.Headers + func (o GetMobileAppTroubleshootingEventOperationOptions) ToOData() *odata.Query + func (o GetMobileAppTroubleshootingEventOperationOptions) ToQuery() *client.QueryParams + type GetMobileAppTroubleshootingEventOperationResponse struct + HttpResponse *http.Response + Model *beta.MobileAppTroubleshootingEvent + OData *odata.OData + type GetMobileAppTroubleshootingEventsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetMobileAppTroubleshootingEventsCountOperationOptions() GetMobileAppTroubleshootingEventsCountOperationOptions + func (o GetMobileAppTroubleshootingEventsCountOperationOptions) ToHeaders() *client.Headers + func (o GetMobileAppTroubleshootingEventsCountOperationOptions) ToOData() *odata.Query + func (o GetMobileAppTroubleshootingEventsCountOperationOptions) ToQuery() *client.QueryParams + type GetMobileAppTroubleshootingEventsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListMobileAppTroubleshootingEventsCompleteResult struct + Items []beta.MobileAppTroubleshootingEvent + LatestHttpResponse *http.Response + type ListMobileAppTroubleshootingEventsCustomPager struct + NextLink *odata.Link + func (p *ListMobileAppTroubleshootingEventsCustomPager) NextPageLink() *odata.Link + type ListMobileAppTroubleshootingEventsOperationOptions 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 DefaultListMobileAppTroubleshootingEventsOperationOptions() ListMobileAppTroubleshootingEventsOperationOptions + func (o ListMobileAppTroubleshootingEventsOperationOptions) ToHeaders() *client.Headers + func (o ListMobileAppTroubleshootingEventsOperationOptions) ToOData() *odata.Query + func (o ListMobileAppTroubleshootingEventsOperationOptions) ToQuery() *client.QueryParams + type ListMobileAppTroubleshootingEventsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.MobileAppTroubleshootingEvent + OData *odata.OData + type MobileAppTroubleshootingEventClient struct + Client *msgraph.Client + func NewMobileAppTroubleshootingEventClientWithBaseURI(sdkApi sdkEnv.Api) (*MobileAppTroubleshootingEventClient, error) + func (c MobileAppTroubleshootingEventClient) CreateMobileAppTroubleshootingEvent(ctx context.Context, input beta.MobileAppTroubleshootingEvent, ...) (result CreateMobileAppTroubleshootingEventOperationResponse, err error) + func (c MobileAppTroubleshootingEventClient) DeleteMobileAppTroubleshootingEvent(ctx context.Context, id beta.DeviceManagementMobileAppTroubleshootingEventId, ...) (result DeleteMobileAppTroubleshootingEventOperationResponse, err error) + func (c MobileAppTroubleshootingEventClient) GetMobileAppTroubleshootingEvent(ctx context.Context, id beta.DeviceManagementMobileAppTroubleshootingEventId, ...) (result GetMobileAppTroubleshootingEventOperationResponse, err error) + func (c MobileAppTroubleshootingEventClient) GetMobileAppTroubleshootingEventsCount(ctx context.Context, ...) (result GetMobileAppTroubleshootingEventsCountOperationResponse, err error) + func (c MobileAppTroubleshootingEventClient) ListMobileAppTroubleshootingEvents(ctx context.Context, ...) (result ListMobileAppTroubleshootingEventsOperationResponse, err error) + func (c MobileAppTroubleshootingEventClient) ListMobileAppTroubleshootingEventsComplete(ctx context.Context, ...) (ListMobileAppTroubleshootingEventsCompleteResult, error) + func (c MobileAppTroubleshootingEventClient) ListMobileAppTroubleshootingEventsCompleteMatchingPredicate(ctx context.Context, ...) (result ListMobileAppTroubleshootingEventsCompleteResult, err error) + func (c MobileAppTroubleshootingEventClient) UpdateMobileAppTroubleshootingEvent(ctx context.Context, id beta.DeviceManagementMobileAppTroubleshootingEventId, ...) (result UpdateMobileAppTroubleshootingEventOperationResponse, err error) + type MobileAppTroubleshootingEventOperationPredicate struct + func (p MobileAppTroubleshootingEventOperationPredicate) Matches(input beta.MobileAppTroubleshootingEvent) bool + type UpdateMobileAppTroubleshootingEventOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateMobileAppTroubleshootingEventOperationOptions() UpdateMobileAppTroubleshootingEventOperationOptions + func (o UpdateMobileAppTroubleshootingEventOperationOptions) ToHeaders() *client.Headers + func (o UpdateMobileAppTroubleshootingEventOperationOptions) ToOData() *odata.Query + func (o UpdateMobileAppTroubleshootingEventOperationOptions) ToQuery() *client.QueryParams + type UpdateMobileAppTroubleshootingEventOperationResponse struct + HttpResponse *http.Response + OData *odata.OData