mobileapptroubleshootingeventapplogcollectionrequest

package
v0.20241111.1164443 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 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 AppLogCollectionRequestOperationPredicate

type AppLogCollectionRequestOperationPredicate struct {
}

func (AppLogCollectionRequestOperationPredicate) Matches

type CreateMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrlOperationOptions

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

func (CreateMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrlOperationOptions) ToHeaders

func (CreateMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrlOperationOptions) ToOData

func (CreateMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrlOperationOptions) ToQuery

type CreateMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrlOperationResponse

type CreateMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrlOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.AppLogCollectionDownloadDetails
}

type CreateMobileAppTroubleshootingEventAppLogCollectionRequestOperationOptions

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

func (CreateMobileAppTroubleshootingEventAppLogCollectionRequestOperationOptions) ToHeaders

func (CreateMobileAppTroubleshootingEventAppLogCollectionRequestOperationOptions) ToOData

func (CreateMobileAppTroubleshootingEventAppLogCollectionRequestOperationOptions) ToQuery

type CreateMobileAppTroubleshootingEventAppLogCollectionRequestOperationResponse

type CreateMobileAppTroubleshootingEventAppLogCollectionRequestOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.AppLogCollectionRequest
}

type DeleteMobileAppTroubleshootingEventAppLogCollectionRequestOperationOptions

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

func (DeleteMobileAppTroubleshootingEventAppLogCollectionRequestOperationOptions) ToHeaders

func (DeleteMobileAppTroubleshootingEventAppLogCollectionRequestOperationOptions) ToOData

func (DeleteMobileAppTroubleshootingEventAppLogCollectionRequestOperationOptions) ToQuery

type DeleteMobileAppTroubleshootingEventAppLogCollectionRequestOperationResponse

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

type GetMobileAppTroubleshootingEventAppLogCollectionRequestOperationOptions

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

func (GetMobileAppTroubleshootingEventAppLogCollectionRequestOperationOptions) ToHeaders

func (GetMobileAppTroubleshootingEventAppLogCollectionRequestOperationOptions) ToOData

func (GetMobileAppTroubleshootingEventAppLogCollectionRequestOperationOptions) ToQuery

type GetMobileAppTroubleshootingEventAppLogCollectionRequestOperationResponse

type GetMobileAppTroubleshootingEventAppLogCollectionRequestOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.AppLogCollectionRequest
}

type GetMobileAppTroubleshootingEventAppLogCollectionRequestsCountOperationOptions

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

func (GetMobileAppTroubleshootingEventAppLogCollectionRequestsCountOperationOptions) ToHeaders

func (GetMobileAppTroubleshootingEventAppLogCollectionRequestsCountOperationOptions) ToOData

func (GetMobileAppTroubleshootingEventAppLogCollectionRequestsCountOperationOptions) ToQuery

type GetMobileAppTroubleshootingEventAppLogCollectionRequestsCountOperationResponse

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

type ListMobileAppTroubleshootingEventAppLogCollectionRequestsCompleteResult

type ListMobileAppTroubleshootingEventAppLogCollectionRequestsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.AppLogCollectionRequest
}

type ListMobileAppTroubleshootingEventAppLogCollectionRequestsCustomPager

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

type ListMobileAppTroubleshootingEventAppLogCollectionRequestsOperationOptions

type ListMobileAppTroubleshootingEventAppLogCollectionRequestsOperationOptions 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 (ListMobileAppTroubleshootingEventAppLogCollectionRequestsOperationOptions) ToHeaders

func (ListMobileAppTroubleshootingEventAppLogCollectionRequestsOperationOptions) ToOData

func (ListMobileAppTroubleshootingEventAppLogCollectionRequestsOperationOptions) ToQuery

type ListMobileAppTroubleshootingEventAppLogCollectionRequestsOperationResponse

type ListMobileAppTroubleshootingEventAppLogCollectionRequestsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.AppLogCollectionRequest
}

type MobileAppTroubleshootingEventAppLogCollectionRequestClient

type MobileAppTroubleshootingEventAppLogCollectionRequestClient struct {
	Client *msgraph.Client
}

func NewMobileAppTroubleshootingEventAppLogCollectionRequestClientWithBaseURI

func NewMobileAppTroubleshootingEventAppLogCollectionRequestClientWithBaseURI(sdkApi sdkEnv.Api) (*MobileAppTroubleshootingEventAppLogCollectionRequestClient, error)

func (MobileAppTroubleshootingEventAppLogCollectionRequestClient) CreateMobileAppTroubleshootingEventAppLogCollectionRequest

CreateMobileAppTroubleshootingEventAppLogCollectionRequest - Create new navigation property to appLogCollectionRequests for me

func (MobileAppTroubleshootingEventAppLogCollectionRequestClient) CreateMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl

CreateMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl - Invoke action createDownloadUrl

func (MobileAppTroubleshootingEventAppLogCollectionRequestClient) DeleteMobileAppTroubleshootingEventAppLogCollectionRequest

DeleteMobileAppTroubleshootingEventAppLogCollectionRequest - Delete navigation property appLogCollectionRequests for me

func (MobileAppTroubleshootingEventAppLogCollectionRequestClient) GetMobileAppTroubleshootingEventAppLogCollectionRequest

GetMobileAppTroubleshootingEventAppLogCollectionRequest - Get appLogCollectionRequests from me. Indicates collection of App Log Upload Request.

func (MobileAppTroubleshootingEventAppLogCollectionRequestClient) GetMobileAppTroubleshootingEventAppLogCollectionRequestsCount

GetMobileAppTroubleshootingEventAppLogCollectionRequestsCount - Get the number of the resource

func (MobileAppTroubleshootingEventAppLogCollectionRequestClient) ListMobileAppTroubleshootingEventAppLogCollectionRequests

ListMobileAppTroubleshootingEventAppLogCollectionRequests - Get appLogCollectionRequests from me. Indicates collection of App Log Upload Request.

func (MobileAppTroubleshootingEventAppLogCollectionRequestClient) ListMobileAppTroubleshootingEventAppLogCollectionRequestsComplete

ListMobileAppTroubleshootingEventAppLogCollectionRequestsComplete retrieves all the results into a single object

func (MobileAppTroubleshootingEventAppLogCollectionRequestClient) ListMobileAppTroubleshootingEventAppLogCollectionRequestsCompleteMatchingPredicate

ListMobileAppTroubleshootingEventAppLogCollectionRequestsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (MobileAppTroubleshootingEventAppLogCollectionRequestClient) UpdateMobileAppTroubleshootingEventAppLogCollectionRequest

UpdateMobileAppTroubleshootingEventAppLogCollectionRequest - Update the navigation property appLogCollectionRequests in me

type UpdateMobileAppTroubleshootingEventAppLogCollectionRequestOperationOptions

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

func (UpdateMobileAppTroubleshootingEventAppLogCollectionRequestOperationOptions) ToHeaders

func (UpdateMobileAppTroubleshootingEventAppLogCollectionRequestOperationOptions) ToOData

func (UpdateMobileAppTroubleshootingEventAppLogCollectionRequestOperationOptions) ToQuery

type UpdateMobileAppTroubleshootingEventAppLogCollectionRequestOperationResponse

type UpdateMobileAppTroubleshootingEventAppLogCollectionRequestOperationResponse 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