userexperienceanalyticsscorehistory

package
v0.20241126.2320 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 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 CreateUserExperienceAnalyticsScoreHistoryOperationOptions

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

func (CreateUserExperienceAnalyticsScoreHistoryOperationOptions) ToHeaders

func (CreateUserExperienceAnalyticsScoreHistoryOperationOptions) ToOData

func (CreateUserExperienceAnalyticsScoreHistoryOperationOptions) ToQuery

type CreateUserExperienceAnalyticsScoreHistoryOperationResponse

type CreateUserExperienceAnalyticsScoreHistoryOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.UserExperienceAnalyticsScoreHistory
}

type DeleteUserExperienceAnalyticsScoreHistoryOperationOptions

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

func (DeleteUserExperienceAnalyticsScoreHistoryOperationOptions) ToHeaders

func (DeleteUserExperienceAnalyticsScoreHistoryOperationOptions) ToOData

func (DeleteUserExperienceAnalyticsScoreHistoryOperationOptions) ToQuery

type DeleteUserExperienceAnalyticsScoreHistoryOperationResponse

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

type GetUserExperienceAnalyticsScoreHistoryCountOperationOptions

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

func (GetUserExperienceAnalyticsScoreHistoryCountOperationOptions) ToHeaders

func (GetUserExperienceAnalyticsScoreHistoryCountOperationOptions) ToOData

func (GetUserExperienceAnalyticsScoreHistoryCountOperationOptions) ToQuery

type GetUserExperienceAnalyticsScoreHistoryCountOperationResponse

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

type GetUserExperienceAnalyticsScoreHistoryOperationOptions

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

func DefaultGetUserExperienceAnalyticsScoreHistoryOperationOptions

func DefaultGetUserExperienceAnalyticsScoreHistoryOperationOptions() GetUserExperienceAnalyticsScoreHistoryOperationOptions

func (GetUserExperienceAnalyticsScoreHistoryOperationOptions) ToHeaders

func (GetUserExperienceAnalyticsScoreHistoryOperationOptions) ToOData

func (GetUserExperienceAnalyticsScoreHistoryOperationOptions) ToQuery

type GetUserExperienceAnalyticsScoreHistoryOperationResponse

type GetUserExperienceAnalyticsScoreHistoryOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *stable.UserExperienceAnalyticsScoreHistory
}

type ListUserExperienceAnalyticsScoreHistoriesCompleteResult

type ListUserExperienceAnalyticsScoreHistoriesCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.UserExperienceAnalyticsScoreHistory
}

type ListUserExperienceAnalyticsScoreHistoriesCustomPager

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

type ListUserExperienceAnalyticsScoreHistoriesOperationOptions

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

func (ListUserExperienceAnalyticsScoreHistoriesOperationOptions) ToOData

func (ListUserExperienceAnalyticsScoreHistoriesOperationOptions) ToQuery

type ListUserExperienceAnalyticsScoreHistoriesOperationResponse

type ListUserExperienceAnalyticsScoreHistoriesOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.UserExperienceAnalyticsScoreHistory
}

type UpdateUserExperienceAnalyticsScoreHistoryOperationOptions

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

func (UpdateUserExperienceAnalyticsScoreHistoryOperationOptions) ToHeaders

func (UpdateUserExperienceAnalyticsScoreHistoryOperationOptions) ToOData

func (UpdateUserExperienceAnalyticsScoreHistoryOperationOptions) ToQuery

type UpdateUserExperienceAnalyticsScoreHistoryOperationResponse

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

type UserExperienceAnalyticsScoreHistoryClient

type UserExperienceAnalyticsScoreHistoryClient struct {
	Client *msgraph.Client
}

func NewUserExperienceAnalyticsScoreHistoryClientWithBaseURI

func NewUserExperienceAnalyticsScoreHistoryClientWithBaseURI(sdkApi sdkEnv.Api) (*UserExperienceAnalyticsScoreHistoryClient, error)

func (UserExperienceAnalyticsScoreHistoryClient) CreateUserExperienceAnalyticsScoreHistory

CreateUserExperienceAnalyticsScoreHistory - Create new navigation property to userExperienceAnalyticsScoreHistory for deviceManagement

func (UserExperienceAnalyticsScoreHistoryClient) DeleteUserExperienceAnalyticsScoreHistory

DeleteUserExperienceAnalyticsScoreHistory - Delete navigation property userExperienceAnalyticsScoreHistory for deviceManagement

func (UserExperienceAnalyticsScoreHistoryClient) GetUserExperienceAnalyticsScoreHistory

GetUserExperienceAnalyticsScoreHistory - Get userExperienceAnalyticsScoreHistory from deviceManagement. User experience analytics device Startup Score History

func (UserExperienceAnalyticsScoreHistoryClient) GetUserExperienceAnalyticsScoreHistoryCount

GetUserExperienceAnalyticsScoreHistoryCount - Get the number of the resource

func (UserExperienceAnalyticsScoreHistoryClient) ListUserExperienceAnalyticsScoreHistories

ListUserExperienceAnalyticsScoreHistories - Get userExperienceAnalyticsScoreHistory from deviceManagement. User experience analytics device Startup Score History

func (UserExperienceAnalyticsScoreHistoryClient) ListUserExperienceAnalyticsScoreHistoriesComplete

ListUserExperienceAnalyticsScoreHistoriesComplete retrieves all the results into a single object

func (UserExperienceAnalyticsScoreHistoryClient) ListUserExperienceAnalyticsScoreHistoriesCompleteMatchingPredicate

ListUserExperienceAnalyticsScoreHistoriesCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (UserExperienceAnalyticsScoreHistoryClient) UpdateUserExperienceAnalyticsScoreHistory

UpdateUserExperienceAnalyticsScoreHistory - Update the navigation property userExperienceAnalyticsScoreHistory in deviceManagement

type UserExperienceAnalyticsScoreHistoryOperationPredicate

type UserExperienceAnalyticsScoreHistoryOperationPredicate struct {
}

func (UserExperienceAnalyticsScoreHistoryOperationPredicate) Matches

Jump to

Keyboard shortcuts

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