userexperienceanalyticsmodelscore

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 CreateUserExperienceAnalyticsModelScoreOperationOptions

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

func (CreateUserExperienceAnalyticsModelScoreOperationOptions) ToHeaders

func (CreateUserExperienceAnalyticsModelScoreOperationOptions) ToOData

func (CreateUserExperienceAnalyticsModelScoreOperationOptions) ToQuery

type CreateUserExperienceAnalyticsModelScoreOperationResponse

type CreateUserExperienceAnalyticsModelScoreOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.UserExperienceAnalyticsModelScores
}

type DeleteUserExperienceAnalyticsModelScoreOperationOptions

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

func (DeleteUserExperienceAnalyticsModelScoreOperationOptions) ToHeaders

func (DeleteUserExperienceAnalyticsModelScoreOperationOptions) ToOData

func (DeleteUserExperienceAnalyticsModelScoreOperationOptions) ToQuery

type DeleteUserExperienceAnalyticsModelScoreOperationResponse

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

type GetUserExperienceAnalyticsModelScoreOperationOptions

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

func DefaultGetUserExperienceAnalyticsModelScoreOperationOptions

func DefaultGetUserExperienceAnalyticsModelScoreOperationOptions() GetUserExperienceAnalyticsModelScoreOperationOptions

func (GetUserExperienceAnalyticsModelScoreOperationOptions) ToHeaders

func (GetUserExperienceAnalyticsModelScoreOperationOptions) ToOData

func (GetUserExperienceAnalyticsModelScoreOperationOptions) ToQuery

type GetUserExperienceAnalyticsModelScoreOperationResponse

type GetUserExperienceAnalyticsModelScoreOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.UserExperienceAnalyticsModelScores
}

type GetUserExperienceAnalyticsModelScoresCountOperationOptions

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

func (GetUserExperienceAnalyticsModelScoresCountOperationOptions) ToHeaders

func (GetUserExperienceAnalyticsModelScoresCountOperationOptions) ToOData

func (GetUserExperienceAnalyticsModelScoresCountOperationOptions) ToQuery

type GetUserExperienceAnalyticsModelScoresCountOperationResponse

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

type ListUserExperienceAnalyticsModelScoresCompleteResult

type ListUserExperienceAnalyticsModelScoresCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.UserExperienceAnalyticsModelScores
}

type ListUserExperienceAnalyticsModelScoresCustomPager

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

type ListUserExperienceAnalyticsModelScoresOperationOptions

type ListUserExperienceAnalyticsModelScoresOperationOptions 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 DefaultListUserExperienceAnalyticsModelScoresOperationOptions

func DefaultListUserExperienceAnalyticsModelScoresOperationOptions() ListUserExperienceAnalyticsModelScoresOperationOptions

func (ListUserExperienceAnalyticsModelScoresOperationOptions) ToHeaders

func (ListUserExperienceAnalyticsModelScoresOperationOptions) ToOData

func (ListUserExperienceAnalyticsModelScoresOperationOptions) ToQuery

type ListUserExperienceAnalyticsModelScoresOperationResponse

type ListUserExperienceAnalyticsModelScoresOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.UserExperienceAnalyticsModelScores
}

type UpdateUserExperienceAnalyticsModelScoreOperationOptions

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

func (UpdateUserExperienceAnalyticsModelScoreOperationOptions) ToHeaders

func (UpdateUserExperienceAnalyticsModelScoreOperationOptions) ToOData

func (UpdateUserExperienceAnalyticsModelScoreOperationOptions) ToQuery

type UpdateUserExperienceAnalyticsModelScoreOperationResponse

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

type UserExperienceAnalyticsModelScoreClient

type UserExperienceAnalyticsModelScoreClient struct {
	Client *msgraph.Client
}

func NewUserExperienceAnalyticsModelScoreClientWithBaseURI

func NewUserExperienceAnalyticsModelScoreClientWithBaseURI(sdkApi sdkEnv.Api) (*UserExperienceAnalyticsModelScoreClient, error)

func (UserExperienceAnalyticsModelScoreClient) CreateUserExperienceAnalyticsModelScore

CreateUserExperienceAnalyticsModelScore - Create new navigation property to userExperienceAnalyticsModelScores for deviceManagement

func (UserExperienceAnalyticsModelScoreClient) DeleteUserExperienceAnalyticsModelScore

DeleteUserExperienceAnalyticsModelScore - Delete navigation property userExperienceAnalyticsModelScores for deviceManagement

func (UserExperienceAnalyticsModelScoreClient) GetUserExperienceAnalyticsModelScore

GetUserExperienceAnalyticsModelScore - Get userExperienceAnalyticsModelScores from deviceManagement. User experience analytics model scores

func (UserExperienceAnalyticsModelScoreClient) GetUserExperienceAnalyticsModelScoresCount

GetUserExperienceAnalyticsModelScoresCount - Get the number of the resource

func (UserExperienceAnalyticsModelScoreClient) ListUserExperienceAnalyticsModelScores

ListUserExperienceAnalyticsModelScores - Get userExperienceAnalyticsModelScores from deviceManagement. User experience analytics model scores

func (UserExperienceAnalyticsModelScoreClient) ListUserExperienceAnalyticsModelScoresComplete

ListUserExperienceAnalyticsModelScoresComplete retrieves all the results into a single object

func (UserExperienceAnalyticsModelScoreClient) ListUserExperienceAnalyticsModelScoresCompleteMatchingPredicate

ListUserExperienceAnalyticsModelScoresCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (UserExperienceAnalyticsModelScoreClient) UpdateUserExperienceAnalyticsModelScore

UpdateUserExperienceAnalyticsModelScore - Update the navigation property userExperienceAnalyticsModelScores in deviceManagement

type UserExperienceAnalyticsModelScoresOperationPredicate

type UserExperienceAnalyticsModelScoresOperationPredicate struct {
}

func (UserExperienceAnalyticsModelScoresOperationPredicate) Matches

Jump to

Keyboard shortcuts

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