mobileapptroubleshootingevent

package
v0.20241118.1115603 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateMobileAppTroubleshootingEventOperationOptions

type CreateMobileAppTroubleshootingEventOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultCreateMobileAppTroubleshootingEventOperationOptions

func DefaultCreateMobileAppTroubleshootingEventOperationOptions() CreateMobileAppTroubleshootingEventOperationOptions

func (CreateMobileAppTroubleshootingEventOperationOptions) ToHeaders

func (CreateMobileAppTroubleshootingEventOperationOptions) ToOData

func (CreateMobileAppTroubleshootingEventOperationOptions) ToQuery

type CreateMobileAppTroubleshootingEventOperationResponse

type CreateMobileAppTroubleshootingEventOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.MobileAppTroubleshootingEvent
}

type DeleteMobileAppTroubleshootingEventOperationOptions

type DeleteMobileAppTroubleshootingEventOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteMobileAppTroubleshootingEventOperationOptions

func DefaultDeleteMobileAppTroubleshootingEventOperationOptions() DeleteMobileAppTroubleshootingEventOperationOptions

func (DeleteMobileAppTroubleshootingEventOperationOptions) ToHeaders

func (DeleteMobileAppTroubleshootingEventOperationOptions) ToOData

func (DeleteMobileAppTroubleshootingEventOperationOptions) ToQuery

type DeleteMobileAppTroubleshootingEventOperationResponse

type DeleteMobileAppTroubleshootingEventOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type GetMobileAppTroubleshootingEventOperationOptions

type GetMobileAppTroubleshootingEventOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetMobileAppTroubleshootingEventOperationOptions

func DefaultGetMobileAppTroubleshootingEventOperationOptions() GetMobileAppTroubleshootingEventOperationOptions

func (GetMobileAppTroubleshootingEventOperationOptions) ToHeaders

func (GetMobileAppTroubleshootingEventOperationOptions) ToOData

func (GetMobileAppTroubleshootingEventOperationOptions) ToQuery

type GetMobileAppTroubleshootingEventOperationResponse

type GetMobileAppTroubleshootingEventOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.MobileAppTroubleshootingEvent
}

type GetMobileAppTroubleshootingEventsCountOperationOptions

type GetMobileAppTroubleshootingEventsCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetMobileAppTroubleshootingEventsCountOperationOptions

func DefaultGetMobileAppTroubleshootingEventsCountOperationOptions() GetMobileAppTroubleshootingEventsCountOperationOptions

func (GetMobileAppTroubleshootingEventsCountOperationOptions) ToHeaders

func (GetMobileAppTroubleshootingEventsCountOperationOptions) ToOData

func (GetMobileAppTroubleshootingEventsCountOperationOptions) ToQuery

type GetMobileAppTroubleshootingEventsCountOperationResponse

type GetMobileAppTroubleshootingEventsCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListMobileAppTroubleshootingEventsCompleteResult

type ListMobileAppTroubleshootingEventsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.MobileAppTroubleshootingEvent
}

type ListMobileAppTroubleshootingEventsCustomPager

type ListMobileAppTroubleshootingEventsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListMobileAppTroubleshootingEventsOperationOptions

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

func DefaultListMobileAppTroubleshootingEventsOperationOptions() ListMobileAppTroubleshootingEventsOperationOptions

func (ListMobileAppTroubleshootingEventsOperationOptions) ToHeaders

func (ListMobileAppTroubleshootingEventsOperationOptions) ToOData

func (ListMobileAppTroubleshootingEventsOperationOptions) ToQuery

type ListMobileAppTroubleshootingEventsOperationResponse

type ListMobileAppTroubleshootingEventsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.MobileAppTroubleshootingEvent
}

type MobileAppTroubleshootingEventClient

type MobileAppTroubleshootingEventClient struct {
	Client *msgraph.Client
}

func NewMobileAppTroubleshootingEventClientWithBaseURI

func NewMobileAppTroubleshootingEventClientWithBaseURI(sdkApi sdkEnv.Api) (*MobileAppTroubleshootingEventClient, error)

func (MobileAppTroubleshootingEventClient) CreateMobileAppTroubleshootingEvent

CreateMobileAppTroubleshootingEvent - Create new navigation property to mobileAppTroubleshootingEvents for me

func (MobileAppTroubleshootingEventClient) DeleteMobileAppTroubleshootingEvent

DeleteMobileAppTroubleshootingEvent - Delete navigation property mobileAppTroubleshootingEvents for me

func (MobileAppTroubleshootingEventClient) GetMobileAppTroubleshootingEvent

GetMobileAppTroubleshootingEvent - Get mobileAppTroubleshootingEvents from me. The list of mobile app troubleshooting events for this user.

func (MobileAppTroubleshootingEventClient) GetMobileAppTroubleshootingEventsCount

GetMobileAppTroubleshootingEventsCount - Get the number of the resource

func (MobileAppTroubleshootingEventClient) ListMobileAppTroubleshootingEvents

ListMobileAppTroubleshootingEvents - Get mobileAppTroubleshootingEvents from me. The list of mobile app troubleshooting events for this user.

func (MobileAppTroubleshootingEventClient) ListMobileAppTroubleshootingEventsComplete

ListMobileAppTroubleshootingEventsComplete retrieves all the results into a single object

func (MobileAppTroubleshootingEventClient) ListMobileAppTroubleshootingEventsCompleteMatchingPredicate

ListMobileAppTroubleshootingEventsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (MobileAppTroubleshootingEventClient) UpdateMobileAppTroubleshootingEvent

UpdateMobileAppTroubleshootingEvent - Update the navigation property mobileAppTroubleshootingEvents in me

type MobileAppTroubleshootingEventOperationPredicate

type MobileAppTroubleshootingEventOperationPredicate struct {
}

func (MobileAppTroubleshootingEventOperationPredicate) Matches

type UpdateMobileAppTroubleshootingEventOperationOptions

type UpdateMobileAppTroubleshootingEventOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateMobileAppTroubleshootingEventOperationOptions

func DefaultUpdateMobileAppTroubleshootingEventOperationOptions() UpdateMobileAppTroubleshootingEventOperationOptions

func (UpdateMobileAppTroubleshootingEventOperationOptions) ToHeaders

func (UpdateMobileAppTroubleshootingEventOperationOptions) ToOData

func (UpdateMobileAppTroubleshootingEventOperationOptions) ToQuery

type UpdateMobileAppTroubleshootingEventOperationResponse

type UpdateMobileAppTroubleshootingEventOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL