Documentation ¶
Index ¶
- type DeleteUserInsightDailyOperationOptions
- type DeleteUserInsightDailyOperationResponse
- type GetUserInsightDailyOperationOptions
- type GetUserInsightDailyOperationResponse
- type UpdateUserInsightDailyOperationOptions
- type UpdateUserInsightDailyOperationResponse
- type UserInsightDailyClient
- func (c UserInsightDailyClient) DeleteUserInsightDaily(ctx context.Context, options DeleteUserInsightDailyOperationOptions) (result DeleteUserInsightDailyOperationResponse, err error)
- func (c UserInsightDailyClient) GetUserInsightDaily(ctx context.Context, options GetUserInsightDailyOperationOptions) (result GetUserInsightDailyOperationResponse, err error)
- func (c UserInsightDailyClient) UpdateUserInsightDaily(ctx context.Context, input beta.DailyUserInsightMetricsRoot, ...) (result UpdateUserInsightDailyOperationResponse, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteUserInsightDailyOperationOptions ¶
type DeleteUserInsightDailyOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteUserInsightDailyOperationOptions ¶
func DefaultDeleteUserInsightDailyOperationOptions() DeleteUserInsightDailyOperationOptions
func (DeleteUserInsightDailyOperationOptions) ToHeaders ¶
func (o DeleteUserInsightDailyOperationOptions) ToHeaders() *client.Headers
func (DeleteUserInsightDailyOperationOptions) ToOData ¶
func (o DeleteUserInsightDailyOperationOptions) ToOData() *odata.Query
func (DeleteUserInsightDailyOperationOptions) ToQuery ¶
func (o DeleteUserInsightDailyOperationOptions) ToQuery() *client.QueryParams
type GetUserInsightDailyOperationOptions ¶
type GetUserInsightDailyOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetUserInsightDailyOperationOptions ¶
func DefaultGetUserInsightDailyOperationOptions() GetUserInsightDailyOperationOptions
func (GetUserInsightDailyOperationOptions) ToHeaders ¶
func (o GetUserInsightDailyOperationOptions) ToHeaders() *client.Headers
func (GetUserInsightDailyOperationOptions) ToOData ¶
func (o GetUserInsightDailyOperationOptions) ToOData() *odata.Query
func (GetUserInsightDailyOperationOptions) ToQuery ¶
func (o GetUserInsightDailyOperationOptions) ToQuery() *client.QueryParams
type UpdateUserInsightDailyOperationOptions ¶
type UpdateUserInsightDailyOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateUserInsightDailyOperationOptions ¶
func DefaultUpdateUserInsightDailyOperationOptions() UpdateUserInsightDailyOperationOptions
func (UpdateUserInsightDailyOperationOptions) ToHeaders ¶
func (o UpdateUserInsightDailyOperationOptions) ToHeaders() *client.Headers
func (UpdateUserInsightDailyOperationOptions) ToOData ¶
func (o UpdateUserInsightDailyOperationOptions) ToOData() *odata.Query
func (UpdateUserInsightDailyOperationOptions) ToQuery ¶
func (o UpdateUserInsightDailyOperationOptions) ToQuery() *client.QueryParams
type UserInsightDailyClient ¶
func NewUserInsightDailyClientWithBaseURI ¶
func NewUserInsightDailyClientWithBaseURI(sdkApi sdkEnv.Api) (*UserInsightDailyClient, error)
func (UserInsightDailyClient) DeleteUserInsightDaily ¶
func (c UserInsightDailyClient) DeleteUserInsightDaily(ctx context.Context, options DeleteUserInsightDailyOperationOptions) (result DeleteUserInsightDailyOperationResponse, err error)
DeleteUserInsightDaily - Delete navigation property daily for reports
func (UserInsightDailyClient) GetUserInsightDaily ¶
func (c UserInsightDailyClient) GetUserInsightDaily(ctx context.Context, options GetUserInsightDailyOperationOptions) (result GetUserInsightDailyOperationResponse, err error)
GetUserInsightDaily - Get daily from reports. Summaries of daily user activities on apps registered in your tenant that is configured for Microsoft Entra External ID for customers.
func (UserInsightDailyClient) UpdateUserInsightDaily ¶
func (c UserInsightDailyClient) UpdateUserInsightDaily(ctx context.Context, input beta.DailyUserInsightMetricsRoot, options UpdateUserInsightDailyOperationOptions) (result UpdateUserInsightDailyOperationResponse, err error)
UpdateUserInsightDaily - Update the navigation property daily in reports
Click to show internal directories.
Click to hide internal directories.