userexperienceanalyticsresourceperformance

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 CreateUserExperienceAnalyticsResourcePerformanceOperationOptions

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

func (CreateUserExperienceAnalyticsResourcePerformanceOperationOptions) ToHeaders

func (CreateUserExperienceAnalyticsResourcePerformanceOperationOptions) ToOData

func (CreateUserExperienceAnalyticsResourcePerformanceOperationOptions) ToQuery

type CreateUserExperienceAnalyticsResourcePerformanceOperationResponse

type CreateUserExperienceAnalyticsResourcePerformanceOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.UserExperienceAnalyticsResourcePerformance
}

type DeleteUserExperienceAnalyticsResourcePerformanceOperationOptions

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

func (DeleteUserExperienceAnalyticsResourcePerformanceOperationOptions) ToHeaders

func (DeleteUserExperienceAnalyticsResourcePerformanceOperationOptions) ToOData

func (DeleteUserExperienceAnalyticsResourcePerformanceOperationOptions) ToQuery

type DeleteUserExperienceAnalyticsResourcePerformanceOperationResponse

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

type GetUserExperienceAnalyticsResourcePerformanceCountOperationOptions

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

func (GetUserExperienceAnalyticsResourcePerformanceCountOperationOptions) ToHeaders

func (GetUserExperienceAnalyticsResourcePerformanceCountOperationOptions) ToOData

func (GetUserExperienceAnalyticsResourcePerformanceCountOperationOptions) ToQuery

type GetUserExperienceAnalyticsResourcePerformanceCountOperationResponse

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

type GetUserExperienceAnalyticsResourcePerformanceOperationOptions

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

func (GetUserExperienceAnalyticsResourcePerformanceOperationOptions) ToHeaders

func (GetUserExperienceAnalyticsResourcePerformanceOperationOptions) ToOData

func (GetUserExperienceAnalyticsResourcePerformanceOperationOptions) ToQuery

type GetUserExperienceAnalyticsResourcePerformanceOperationResponse

type GetUserExperienceAnalyticsResourcePerformanceOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.UserExperienceAnalyticsResourcePerformance
}

type ListUserExperienceAnalyticsResourcePerformancesCompleteResult

type ListUserExperienceAnalyticsResourcePerformancesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.UserExperienceAnalyticsResourcePerformance
}

type ListUserExperienceAnalyticsResourcePerformancesCustomPager

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

type ListUserExperienceAnalyticsResourcePerformancesOperationOptions

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

func (ListUserExperienceAnalyticsResourcePerformancesOperationOptions) ToOData

func (ListUserExperienceAnalyticsResourcePerformancesOperationOptions) ToQuery

type ListUserExperienceAnalyticsResourcePerformancesOperationResponse

type ListUserExperienceAnalyticsResourcePerformancesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.UserExperienceAnalyticsResourcePerformance
}

type UpdateUserExperienceAnalyticsResourcePerformanceOperationOptions

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

func (UpdateUserExperienceAnalyticsResourcePerformanceOperationOptions) ToHeaders

func (UpdateUserExperienceAnalyticsResourcePerformanceOperationOptions) ToOData

func (UpdateUserExperienceAnalyticsResourcePerformanceOperationOptions) ToQuery

type UpdateUserExperienceAnalyticsResourcePerformanceOperationResponse

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

type UserExperienceAnalyticsResourcePerformanceClient

type UserExperienceAnalyticsResourcePerformanceClient struct {
	Client *msgraph.Client
}

func NewUserExperienceAnalyticsResourcePerformanceClientWithBaseURI

func NewUserExperienceAnalyticsResourcePerformanceClientWithBaseURI(sdkApi sdkEnv.Api) (*UserExperienceAnalyticsResourcePerformanceClient, error)

func (UserExperienceAnalyticsResourcePerformanceClient) CreateUserExperienceAnalyticsResourcePerformance

CreateUserExperienceAnalyticsResourcePerformance - Create new navigation property to userExperienceAnalyticsResourcePerformance for deviceManagement

func (UserExperienceAnalyticsResourcePerformanceClient) DeleteUserExperienceAnalyticsResourcePerformance

DeleteUserExperienceAnalyticsResourcePerformance - Delete navigation property userExperienceAnalyticsResourcePerformance for deviceManagement

func (UserExperienceAnalyticsResourcePerformanceClient) GetUserExperienceAnalyticsResourcePerformance

GetUserExperienceAnalyticsResourcePerformance - Get userExperienceAnalyticsResourcePerformance from deviceManagement. User experience analytics resource performance

func (UserExperienceAnalyticsResourcePerformanceClient) GetUserExperienceAnalyticsResourcePerformanceCount

GetUserExperienceAnalyticsResourcePerformanceCount - Get the number of the resource

func (UserExperienceAnalyticsResourcePerformanceClient) ListUserExperienceAnalyticsResourcePerformances

ListUserExperienceAnalyticsResourcePerformances - Get userExperienceAnalyticsResourcePerformance from deviceManagement. User experience analytics resource performance

func (UserExperienceAnalyticsResourcePerformanceClient) ListUserExperienceAnalyticsResourcePerformancesComplete

ListUserExperienceAnalyticsResourcePerformancesComplete retrieves all the results into a single object

func (UserExperienceAnalyticsResourcePerformanceClient) ListUserExperienceAnalyticsResourcePerformancesCompleteMatchingPredicate

ListUserExperienceAnalyticsResourcePerformancesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (UserExperienceAnalyticsResourcePerformanceClient) UpdateUserExperienceAnalyticsResourcePerformance

UpdateUserExperienceAnalyticsResourcePerformance - Update the navigation property userExperienceAnalyticsResourcePerformance in deviceManagement

type UserExperienceAnalyticsResourcePerformanceOperationPredicate

type UserExperienceAnalyticsResourcePerformanceOperationPredicate struct {
}

func (UserExperienceAnalyticsResourcePerformanceOperationPredicate) Matches

Jump to

Keyboard shortcuts

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