mobileapptroubleshootingeventapplogcollectionrequest

package
v0.20241209.1115630 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2024 License: MPL-2.0 Imports: 8 Imported by: 1

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        *stable.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        *stable.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        *stable.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              []stable.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        *[]stable.AppLogCollectionRequest
}

type MobileAppTroubleshootingEventAppLogCollectionRequestClient

type MobileAppTroubleshootingEventAppLogCollectionRequestClient struct {
	Client *msgraph.Client
}

func NewMobileAppTroubleshootingEventAppLogCollectionRequestClientWithBaseURI

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

func (MobileAppTroubleshootingEventAppLogCollectionRequestClient) CreateMobileAppTroubleshootingEventAppLogCollectionRequest

CreateMobileAppTroubleshootingEventAppLogCollectionRequest - Create appLogCollectionRequest. Create a new appLogCollectionRequest object.

func (MobileAppTroubleshootingEventAppLogCollectionRequestClient) CreateMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl

CreateMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl - Invoke action createDownloadUrl. Not yet documented

func (MobileAppTroubleshootingEventAppLogCollectionRequestClient) DeleteMobileAppTroubleshootingEventAppLogCollectionRequest

DeleteMobileAppTroubleshootingEventAppLogCollectionRequest - Delete appLogCollectionRequest. Deletes a appLogCollectionRequest.

func (MobileAppTroubleshootingEventAppLogCollectionRequestClient) GetMobileAppTroubleshootingEventAppLogCollectionRequest

GetMobileAppTroubleshootingEventAppLogCollectionRequest - Get appLogCollectionRequest. Read properties and relationships of the appLogCollectionRequest object.

func (MobileAppTroubleshootingEventAppLogCollectionRequestClient) GetMobileAppTroubleshootingEventAppLogCollectionRequestsCount

GetMobileAppTroubleshootingEventAppLogCollectionRequestsCount - Get the number of the resource

func (MobileAppTroubleshootingEventAppLogCollectionRequestClient) ListMobileAppTroubleshootingEventAppLogCollectionRequests

ListMobileAppTroubleshootingEventAppLogCollectionRequests - List appLogCollectionRequests. List properties and relationships of the appLogCollectionRequest objects.

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 appLogCollectionRequest. Update the properties of a appLogCollectionRequest object.

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