Documentation ¶
Index ¶
- type DeleteUserInsightMonthlyOperationOptions
- type DeleteUserInsightMonthlyOperationResponse
- type GetUserInsightMonthlyOperationOptions
- type GetUserInsightMonthlyOperationResponse
- type UpdateUserInsightMonthlyOperationOptions
- type UpdateUserInsightMonthlyOperationResponse
- type UserInsightMonthlyClient
- func (c UserInsightMonthlyClient) DeleteUserInsightMonthly(ctx context.Context, options DeleteUserInsightMonthlyOperationOptions) (result DeleteUserInsightMonthlyOperationResponse, err error)
- func (c UserInsightMonthlyClient) GetUserInsightMonthly(ctx context.Context, options GetUserInsightMonthlyOperationOptions) (result GetUserInsightMonthlyOperationResponse, err error)
- func (c UserInsightMonthlyClient) UpdateUserInsightMonthly(ctx context.Context, input beta.MonthlyUserInsightMetricsRoot, ...) (result UpdateUserInsightMonthlyOperationResponse, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteUserInsightMonthlyOperationOptions ¶
type DeleteUserInsightMonthlyOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteUserInsightMonthlyOperationOptions ¶
func DefaultDeleteUserInsightMonthlyOperationOptions() DeleteUserInsightMonthlyOperationOptions
func (DeleteUserInsightMonthlyOperationOptions) ToHeaders ¶
func (o DeleteUserInsightMonthlyOperationOptions) ToHeaders() *client.Headers
func (DeleteUserInsightMonthlyOperationOptions) ToOData ¶
func (o DeleteUserInsightMonthlyOperationOptions) ToOData() *odata.Query
func (DeleteUserInsightMonthlyOperationOptions) ToQuery ¶
func (o DeleteUserInsightMonthlyOperationOptions) ToQuery() *client.QueryParams
type GetUserInsightMonthlyOperationOptions ¶
type GetUserInsightMonthlyOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetUserInsightMonthlyOperationOptions ¶
func DefaultGetUserInsightMonthlyOperationOptions() GetUserInsightMonthlyOperationOptions
func (GetUserInsightMonthlyOperationOptions) ToHeaders ¶
func (o GetUserInsightMonthlyOperationOptions) ToHeaders() *client.Headers
func (GetUserInsightMonthlyOperationOptions) ToOData ¶
func (o GetUserInsightMonthlyOperationOptions) ToOData() *odata.Query
func (GetUserInsightMonthlyOperationOptions) ToQuery ¶
func (o GetUserInsightMonthlyOperationOptions) ToQuery() *client.QueryParams
type UpdateUserInsightMonthlyOperationOptions ¶
type UpdateUserInsightMonthlyOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateUserInsightMonthlyOperationOptions ¶
func DefaultUpdateUserInsightMonthlyOperationOptions() UpdateUserInsightMonthlyOperationOptions
func (UpdateUserInsightMonthlyOperationOptions) ToHeaders ¶
func (o UpdateUserInsightMonthlyOperationOptions) ToHeaders() *client.Headers
func (UpdateUserInsightMonthlyOperationOptions) ToOData ¶
func (o UpdateUserInsightMonthlyOperationOptions) ToOData() *odata.Query
func (UpdateUserInsightMonthlyOperationOptions) ToQuery ¶
func (o UpdateUserInsightMonthlyOperationOptions) ToQuery() *client.QueryParams
type UserInsightMonthlyClient ¶
func NewUserInsightMonthlyClientWithBaseURI ¶
func NewUserInsightMonthlyClientWithBaseURI(sdkApi sdkEnv.Api) (*UserInsightMonthlyClient, error)
func (UserInsightMonthlyClient) DeleteUserInsightMonthly ¶
func (c UserInsightMonthlyClient) DeleteUserInsightMonthly(ctx context.Context, options DeleteUserInsightMonthlyOperationOptions) (result DeleteUserInsightMonthlyOperationResponse, err error)
DeleteUserInsightMonthly - Delete navigation property monthly for reports
func (UserInsightMonthlyClient) GetUserInsightMonthly ¶
func (c UserInsightMonthlyClient) GetUserInsightMonthly(ctx context.Context, options GetUserInsightMonthlyOperationOptions) (result GetUserInsightMonthlyOperationResponse, err error)
GetUserInsightMonthly - Get monthly from reports. Summaries of monthly user activities on apps registered in your tenant that is configured for Microsoft Entra External ID for customers.
func (UserInsightMonthlyClient) UpdateUserInsightMonthly ¶
func (c UserInsightMonthlyClient) UpdateUserInsightMonthly(ctx context.Context, input beta.MonthlyUserInsightMetricsRoot, options UpdateUserInsightMonthlyOperationOptions) (result UpdateUserInsightMonthlyOperationResponse, err error)
UpdateUserInsightMonthly - Update the navigation property monthly in reports
Click to show internal directories.
Click to hide internal directories.