Documentation ¶
Index ¶
- type CreateMobileAppTroubleshootingEventOperationOptions
- type CreateMobileAppTroubleshootingEventOperationResponse
- type DeleteMobileAppTroubleshootingEventOperationOptions
- type DeleteMobileAppTroubleshootingEventOperationResponse
- type GetMobileAppTroubleshootingEventOperationOptions
- type GetMobileAppTroubleshootingEventOperationResponse
- type GetMobileAppTroubleshootingEventsCountOperationOptions
- type GetMobileAppTroubleshootingEventsCountOperationResponse
- type ListMobileAppTroubleshootingEventsCompleteResult
- type ListMobileAppTroubleshootingEventsCustomPager
- type ListMobileAppTroubleshootingEventsOperationOptions
- type ListMobileAppTroubleshootingEventsOperationResponse
- type MobileAppTroubleshootingEventClient
- func (c MobileAppTroubleshootingEventClient) CreateMobileAppTroubleshootingEvent(ctx context.Context, input beta.MobileAppTroubleshootingEvent, ...) (result CreateMobileAppTroubleshootingEventOperationResponse, err error)
- func (c MobileAppTroubleshootingEventClient) DeleteMobileAppTroubleshootingEvent(ctx context.Context, id beta.MeMobileAppTroubleshootingEventId, ...) (result DeleteMobileAppTroubleshootingEventOperationResponse, err error)
- func (c MobileAppTroubleshootingEventClient) GetMobileAppTroubleshootingEvent(ctx context.Context, id beta.MeMobileAppTroubleshootingEventId, ...) (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.MeMobileAppTroubleshootingEventId, ...) (result UpdateMobileAppTroubleshootingEventOperationResponse, err error)
- type MobileAppTroubleshootingEventOperationPredicate
- type UpdateMobileAppTroubleshootingEventOperationOptions
- type UpdateMobileAppTroubleshootingEventOperationResponse
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 (o CreateMobileAppTroubleshootingEventOperationOptions) ToHeaders() *client.Headers
func (CreateMobileAppTroubleshootingEventOperationOptions) ToOData ¶
func (o CreateMobileAppTroubleshootingEventOperationOptions) ToOData() *odata.Query
func (CreateMobileAppTroubleshootingEventOperationOptions) ToQuery ¶
func (o CreateMobileAppTroubleshootingEventOperationOptions) ToQuery() *client.QueryParams
type DeleteMobileAppTroubleshootingEventOperationOptions ¶
type DeleteMobileAppTroubleshootingEventOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteMobileAppTroubleshootingEventOperationOptions ¶
func DefaultDeleteMobileAppTroubleshootingEventOperationOptions() DeleteMobileAppTroubleshootingEventOperationOptions
func (DeleteMobileAppTroubleshootingEventOperationOptions) ToHeaders ¶
func (o DeleteMobileAppTroubleshootingEventOperationOptions) ToHeaders() *client.Headers
func (DeleteMobileAppTroubleshootingEventOperationOptions) ToOData ¶
func (o DeleteMobileAppTroubleshootingEventOperationOptions) ToOData() *odata.Query
func (DeleteMobileAppTroubleshootingEventOperationOptions) ToQuery ¶
func (o DeleteMobileAppTroubleshootingEventOperationOptions) ToQuery() *client.QueryParams
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 (o GetMobileAppTroubleshootingEventOperationOptions) ToHeaders() *client.Headers
func (GetMobileAppTroubleshootingEventOperationOptions) ToOData ¶
func (o GetMobileAppTroubleshootingEventOperationOptions) ToOData() *odata.Query
func (GetMobileAppTroubleshootingEventOperationOptions) ToQuery ¶
func (o GetMobileAppTroubleshootingEventOperationOptions) ToQuery() *client.QueryParams
type GetMobileAppTroubleshootingEventsCountOperationOptions ¶
type GetMobileAppTroubleshootingEventsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetMobileAppTroubleshootingEventsCountOperationOptions ¶
func DefaultGetMobileAppTroubleshootingEventsCountOperationOptions() GetMobileAppTroubleshootingEventsCountOperationOptions
func (GetMobileAppTroubleshootingEventsCountOperationOptions) ToHeaders ¶
func (o GetMobileAppTroubleshootingEventsCountOperationOptions) ToHeaders() *client.Headers
func (GetMobileAppTroubleshootingEventsCountOperationOptions) ToOData ¶
func (o GetMobileAppTroubleshootingEventsCountOperationOptions) ToOData() *odata.Query
func (GetMobileAppTroubleshootingEventsCountOperationOptions) ToQuery ¶
func (o GetMobileAppTroubleshootingEventsCountOperationOptions) ToQuery() *client.QueryParams
type ListMobileAppTroubleshootingEventsCompleteResult ¶
type ListMobileAppTroubleshootingEventsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.MobileAppTroubleshootingEvent }
type ListMobileAppTroubleshootingEventsCustomPager ¶
type ListMobileAppTroubleshootingEventsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListMobileAppTroubleshootingEventsCustomPager) NextPageLink ¶
func (p *ListMobileAppTroubleshootingEventsCustomPager) NextPageLink() *odata.Link
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 (o ListMobileAppTroubleshootingEventsOperationOptions) ToHeaders() *client.Headers
func (ListMobileAppTroubleshootingEventsOperationOptions) ToOData ¶
func (o ListMobileAppTroubleshootingEventsOperationOptions) ToOData() *odata.Query
func (ListMobileAppTroubleshootingEventsOperationOptions) ToQuery ¶
func (o ListMobileAppTroubleshootingEventsOperationOptions) ToQuery() *client.QueryParams
type MobileAppTroubleshootingEventClient ¶
func NewMobileAppTroubleshootingEventClientWithBaseURI ¶
func NewMobileAppTroubleshootingEventClientWithBaseURI(sdkApi sdkEnv.Api) (*MobileAppTroubleshootingEventClient, error)
func (MobileAppTroubleshootingEventClient) CreateMobileAppTroubleshootingEvent ¶
func (c MobileAppTroubleshootingEventClient) CreateMobileAppTroubleshootingEvent(ctx context.Context, input beta.MobileAppTroubleshootingEvent, options CreateMobileAppTroubleshootingEventOperationOptions) (result CreateMobileAppTroubleshootingEventOperationResponse, err error)
CreateMobileAppTroubleshootingEvent - Create new navigation property to mobileAppTroubleshootingEvents for me
func (MobileAppTroubleshootingEventClient) DeleteMobileAppTroubleshootingEvent ¶
func (c MobileAppTroubleshootingEventClient) DeleteMobileAppTroubleshootingEvent(ctx context.Context, id beta.MeMobileAppTroubleshootingEventId, options DeleteMobileAppTroubleshootingEventOperationOptions) (result DeleteMobileAppTroubleshootingEventOperationResponse, err error)
DeleteMobileAppTroubleshootingEvent - Delete navigation property mobileAppTroubleshootingEvents for me
func (MobileAppTroubleshootingEventClient) GetMobileAppTroubleshootingEvent ¶
func (c MobileAppTroubleshootingEventClient) GetMobileAppTroubleshootingEvent(ctx context.Context, id beta.MeMobileAppTroubleshootingEventId, options GetMobileAppTroubleshootingEventOperationOptions) (result GetMobileAppTroubleshootingEventOperationResponse, err error)
GetMobileAppTroubleshootingEvent - Get mobileAppTroubleshootingEvents from me. The list of mobile app troubleshooting events for this user.
func (MobileAppTroubleshootingEventClient) GetMobileAppTroubleshootingEventsCount ¶
func (c MobileAppTroubleshootingEventClient) GetMobileAppTroubleshootingEventsCount(ctx context.Context, options GetMobileAppTroubleshootingEventsCountOperationOptions) (result GetMobileAppTroubleshootingEventsCountOperationResponse, err error)
GetMobileAppTroubleshootingEventsCount - Get the number of the resource
func (MobileAppTroubleshootingEventClient) ListMobileAppTroubleshootingEvents ¶
func (c MobileAppTroubleshootingEventClient) ListMobileAppTroubleshootingEvents(ctx context.Context, options ListMobileAppTroubleshootingEventsOperationOptions) (result ListMobileAppTroubleshootingEventsOperationResponse, err error)
ListMobileAppTroubleshootingEvents - Get mobileAppTroubleshootingEvents from me. The list of mobile app troubleshooting events for this user.
func (MobileAppTroubleshootingEventClient) ListMobileAppTroubleshootingEventsComplete ¶
func (c MobileAppTroubleshootingEventClient) ListMobileAppTroubleshootingEventsComplete(ctx context.Context, options ListMobileAppTroubleshootingEventsOperationOptions) (ListMobileAppTroubleshootingEventsCompleteResult, error)
ListMobileAppTroubleshootingEventsComplete retrieves all the results into a single object
func (MobileAppTroubleshootingEventClient) ListMobileAppTroubleshootingEventsCompleteMatchingPredicate ¶
func (c MobileAppTroubleshootingEventClient) ListMobileAppTroubleshootingEventsCompleteMatchingPredicate(ctx context.Context, options ListMobileAppTroubleshootingEventsOperationOptions, predicate MobileAppTroubleshootingEventOperationPredicate) (result ListMobileAppTroubleshootingEventsCompleteResult, err error)
ListMobileAppTroubleshootingEventsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (MobileAppTroubleshootingEventClient) UpdateMobileAppTroubleshootingEvent ¶
func (c MobileAppTroubleshootingEventClient) UpdateMobileAppTroubleshootingEvent(ctx context.Context, id beta.MeMobileAppTroubleshootingEventId, input beta.MobileAppTroubleshootingEvent, options UpdateMobileAppTroubleshootingEventOperationOptions) (result UpdateMobileAppTroubleshootingEventOperationResponse, err error)
UpdateMobileAppTroubleshootingEvent - Update the navigation property mobileAppTroubleshootingEvents in me
type MobileAppTroubleshootingEventOperationPredicate ¶
type MobileAppTroubleshootingEventOperationPredicate struct { }
func (MobileAppTroubleshootingEventOperationPredicate) Matches ¶
func (p MobileAppTroubleshootingEventOperationPredicate) Matches(input beta.MobileAppTroubleshootingEvent) bool
type UpdateMobileAppTroubleshootingEventOperationOptions ¶
type UpdateMobileAppTroubleshootingEventOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateMobileAppTroubleshootingEventOperationOptions ¶
func DefaultUpdateMobileAppTroubleshootingEventOperationOptions() UpdateMobileAppTroubleshootingEventOperationOptions
func (UpdateMobileAppTroubleshootingEventOperationOptions) ToHeaders ¶
func (o UpdateMobileAppTroubleshootingEventOperationOptions) ToHeaders() *client.Headers
func (UpdateMobileAppTroubleshootingEventOperationOptions) ToOData ¶
func (o UpdateMobileAppTroubleshootingEventOperationOptions) ToOData() *odata.Query
func (UpdateMobileAppTroubleshootingEventOperationOptions) ToQuery ¶
func (o UpdateMobileAppTroubleshootingEventOperationOptions) ToQuery() *client.QueryParams
Source Files ¶
- client.go
- method_createmobileapptroubleshootingevent.go
- method_deletemobileapptroubleshootingevent.go
- method_getmobileapptroubleshootingevent.go
- method_getmobileapptroubleshootingeventscount.go
- method_listmobileapptroubleshootingevents.go
- method_updatemobileapptroubleshootingevent.go
- predicates.go
- version.go