userexperienceanalyticsdevicescore

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 CreateUserExperienceAnalyticsDeviceScoreOperationOptions

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

func (CreateUserExperienceAnalyticsDeviceScoreOperationOptions) ToHeaders

func (CreateUserExperienceAnalyticsDeviceScoreOperationOptions) ToOData

func (CreateUserExperienceAnalyticsDeviceScoreOperationOptions) ToQuery

type CreateUserExperienceAnalyticsDeviceScoreOperationResponse

type CreateUserExperienceAnalyticsDeviceScoreOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.UserExperienceAnalyticsDeviceScores
}

type DeleteUserExperienceAnalyticsDeviceScoreOperationOptions

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

func (DeleteUserExperienceAnalyticsDeviceScoreOperationOptions) ToHeaders

func (DeleteUserExperienceAnalyticsDeviceScoreOperationOptions) ToOData

func (DeleteUserExperienceAnalyticsDeviceScoreOperationOptions) ToQuery

type DeleteUserExperienceAnalyticsDeviceScoreOperationResponse

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

type GetUserExperienceAnalyticsDeviceScoreOperationOptions

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

func DefaultGetUserExperienceAnalyticsDeviceScoreOperationOptions

func DefaultGetUserExperienceAnalyticsDeviceScoreOperationOptions() GetUserExperienceAnalyticsDeviceScoreOperationOptions

func (GetUserExperienceAnalyticsDeviceScoreOperationOptions) ToHeaders

func (GetUserExperienceAnalyticsDeviceScoreOperationOptions) ToOData

func (GetUserExperienceAnalyticsDeviceScoreOperationOptions) ToQuery

type GetUserExperienceAnalyticsDeviceScoreOperationResponse

type GetUserExperienceAnalyticsDeviceScoreOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.UserExperienceAnalyticsDeviceScores
}

type GetUserExperienceAnalyticsDeviceScoresCountOperationOptions

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

func (GetUserExperienceAnalyticsDeviceScoresCountOperationOptions) ToHeaders

func (GetUserExperienceAnalyticsDeviceScoresCountOperationOptions) ToOData

func (GetUserExperienceAnalyticsDeviceScoresCountOperationOptions) ToQuery

type GetUserExperienceAnalyticsDeviceScoresCountOperationResponse

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

type ListUserExperienceAnalyticsDeviceScoresCompleteResult

type ListUserExperienceAnalyticsDeviceScoresCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.UserExperienceAnalyticsDeviceScores
}

type ListUserExperienceAnalyticsDeviceScoresCustomPager

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

type ListUserExperienceAnalyticsDeviceScoresOperationOptions

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

func (ListUserExperienceAnalyticsDeviceScoresOperationOptions) ToOData

func (ListUserExperienceAnalyticsDeviceScoresOperationOptions) ToQuery

type ListUserExperienceAnalyticsDeviceScoresOperationResponse

type ListUserExperienceAnalyticsDeviceScoresOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.UserExperienceAnalyticsDeviceScores
}

type UpdateUserExperienceAnalyticsDeviceScoreOperationOptions

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

func (UpdateUserExperienceAnalyticsDeviceScoreOperationOptions) ToHeaders

func (UpdateUserExperienceAnalyticsDeviceScoreOperationOptions) ToOData

func (UpdateUserExperienceAnalyticsDeviceScoreOperationOptions) ToQuery

type UpdateUserExperienceAnalyticsDeviceScoreOperationResponse

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

type UserExperienceAnalyticsDeviceScoreClient

type UserExperienceAnalyticsDeviceScoreClient struct {
	Client *msgraph.Client
}

func NewUserExperienceAnalyticsDeviceScoreClientWithBaseURI

func NewUserExperienceAnalyticsDeviceScoreClientWithBaseURI(sdkApi sdkEnv.Api) (*UserExperienceAnalyticsDeviceScoreClient, error)

func (UserExperienceAnalyticsDeviceScoreClient) CreateUserExperienceAnalyticsDeviceScore

CreateUserExperienceAnalyticsDeviceScore - Create new navigation property to userExperienceAnalyticsDeviceScores for deviceManagement

func (UserExperienceAnalyticsDeviceScoreClient) DeleteUserExperienceAnalyticsDeviceScore

DeleteUserExperienceAnalyticsDeviceScore - Delete navigation property userExperienceAnalyticsDeviceScores for deviceManagement

func (UserExperienceAnalyticsDeviceScoreClient) GetUserExperienceAnalyticsDeviceScore

GetUserExperienceAnalyticsDeviceScore - Get userExperienceAnalyticsDeviceScores from deviceManagement. User experience analytics device scores

func (UserExperienceAnalyticsDeviceScoreClient) GetUserExperienceAnalyticsDeviceScoresCount

GetUserExperienceAnalyticsDeviceScoresCount - Get the number of the resource

func (UserExperienceAnalyticsDeviceScoreClient) ListUserExperienceAnalyticsDeviceScores

ListUserExperienceAnalyticsDeviceScores - Get userExperienceAnalyticsDeviceScores from deviceManagement. User experience analytics device scores

func (UserExperienceAnalyticsDeviceScoreClient) ListUserExperienceAnalyticsDeviceScoresComplete

ListUserExperienceAnalyticsDeviceScoresComplete retrieves all the results into a single object

func (UserExperienceAnalyticsDeviceScoreClient) ListUserExperienceAnalyticsDeviceScoresCompleteMatchingPredicate

ListUserExperienceAnalyticsDeviceScoresCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (UserExperienceAnalyticsDeviceScoreClient) UpdateUserExperienceAnalyticsDeviceScore

UpdateUserExperienceAnalyticsDeviceScore - Update the navigation property userExperienceAnalyticsDeviceScores in deviceManagement

type UserExperienceAnalyticsDeviceScoresOperationPredicate

type UserExperienceAnalyticsDeviceScoresOperationPredicate struct {
}

func (UserExperienceAnalyticsDeviceScoresOperationPredicate) Matches

Jump to

Keyboard shortcuts

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