Documentation ¶
Index ¶
- type ActiveUsersMetricOperationPredicate
- type GetUserInsightMonthlyActiveUserOperationOptions
- type GetUserInsightMonthlyActiveUserOperationResponse
- type GetUserInsightMonthlyActiveUsersCountOperationOptions
- type GetUserInsightMonthlyActiveUsersCountOperationResponse
- type ListUserInsightMonthlyActiveUsersCompleteResult
- type ListUserInsightMonthlyActiveUsersCustomPager
- type ListUserInsightMonthlyActiveUsersOperationOptions
- type ListUserInsightMonthlyActiveUsersOperationResponse
- type UserInsightMonthlyActiveUserClient
- func (c UserInsightMonthlyActiveUserClient) GetUserInsightMonthlyActiveUser(ctx context.Context, id beta.ReportUserInsightMonthlyActiveUserId, ...) (result GetUserInsightMonthlyActiveUserOperationResponse, err error)
- func (c UserInsightMonthlyActiveUserClient) GetUserInsightMonthlyActiveUsersCount(ctx context.Context, ...) (result GetUserInsightMonthlyActiveUsersCountOperationResponse, err error)
- func (c UserInsightMonthlyActiveUserClient) ListUserInsightMonthlyActiveUsers(ctx context.Context, options ListUserInsightMonthlyActiveUsersOperationOptions) (result ListUserInsightMonthlyActiveUsersOperationResponse, err error)
- func (c UserInsightMonthlyActiveUserClient) ListUserInsightMonthlyActiveUsersComplete(ctx context.Context, options ListUserInsightMonthlyActiveUsersOperationOptions) (ListUserInsightMonthlyActiveUsersCompleteResult, error)
- func (c UserInsightMonthlyActiveUserClient) ListUserInsightMonthlyActiveUsersCompleteMatchingPredicate(ctx context.Context, options ListUserInsightMonthlyActiveUsersOperationOptions, ...) (result ListUserInsightMonthlyActiveUsersCompleteResult, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActiveUsersMetricOperationPredicate ¶
type ActiveUsersMetricOperationPredicate struct { }
func (ActiveUsersMetricOperationPredicate) Matches ¶
func (p ActiveUsersMetricOperationPredicate) Matches(input beta.ActiveUsersMetric) bool
type GetUserInsightMonthlyActiveUserOperationOptions ¶
type GetUserInsightMonthlyActiveUserOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetUserInsightMonthlyActiveUserOperationOptions ¶
func DefaultGetUserInsightMonthlyActiveUserOperationOptions() GetUserInsightMonthlyActiveUserOperationOptions
func (GetUserInsightMonthlyActiveUserOperationOptions) ToHeaders ¶
func (o GetUserInsightMonthlyActiveUserOperationOptions) ToHeaders() *client.Headers
func (GetUserInsightMonthlyActiveUserOperationOptions) ToOData ¶
func (o GetUserInsightMonthlyActiveUserOperationOptions) ToOData() *odata.Query
func (GetUserInsightMonthlyActiveUserOperationOptions) ToQuery ¶
func (o GetUserInsightMonthlyActiveUserOperationOptions) ToQuery() *client.QueryParams
type GetUserInsightMonthlyActiveUsersCountOperationOptions ¶
type GetUserInsightMonthlyActiveUsersCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetUserInsightMonthlyActiveUsersCountOperationOptions ¶
func DefaultGetUserInsightMonthlyActiveUsersCountOperationOptions() GetUserInsightMonthlyActiveUsersCountOperationOptions
func (GetUserInsightMonthlyActiveUsersCountOperationOptions) ToHeaders ¶
func (o GetUserInsightMonthlyActiveUsersCountOperationOptions) ToHeaders() *client.Headers
func (GetUserInsightMonthlyActiveUsersCountOperationOptions) ToOData ¶
func (o GetUserInsightMonthlyActiveUsersCountOperationOptions) ToOData() *odata.Query
func (GetUserInsightMonthlyActiveUsersCountOperationOptions) ToQuery ¶
func (o GetUserInsightMonthlyActiveUsersCountOperationOptions) ToQuery() *client.QueryParams
type ListUserInsightMonthlyActiveUsersCompleteResult ¶
type ListUserInsightMonthlyActiveUsersCompleteResult struct { LatestHttpResponse *http.Response Items []beta.ActiveUsersMetric }
type ListUserInsightMonthlyActiveUsersCustomPager ¶
type ListUserInsightMonthlyActiveUsersCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListUserInsightMonthlyActiveUsersCustomPager) NextPageLink ¶
func (p *ListUserInsightMonthlyActiveUsersCustomPager) NextPageLink() *odata.Link
type ListUserInsightMonthlyActiveUsersOperationOptions ¶
type ListUserInsightMonthlyActiveUsersOperationOptions 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 DefaultListUserInsightMonthlyActiveUsersOperationOptions ¶
func DefaultListUserInsightMonthlyActiveUsersOperationOptions() ListUserInsightMonthlyActiveUsersOperationOptions
func (ListUserInsightMonthlyActiveUsersOperationOptions) ToHeaders ¶
func (o ListUserInsightMonthlyActiveUsersOperationOptions) ToHeaders() *client.Headers
func (ListUserInsightMonthlyActiveUsersOperationOptions) ToOData ¶
func (o ListUserInsightMonthlyActiveUsersOperationOptions) ToOData() *odata.Query
func (ListUserInsightMonthlyActiveUsersOperationOptions) ToQuery ¶
func (o ListUserInsightMonthlyActiveUsersOperationOptions) ToQuery() *client.QueryParams
type UserInsightMonthlyActiveUserClient ¶
func NewUserInsightMonthlyActiveUserClientWithBaseURI ¶
func NewUserInsightMonthlyActiveUserClientWithBaseURI(sdkApi sdkEnv.Api) (*UserInsightMonthlyActiveUserClient, error)
func (UserInsightMonthlyActiveUserClient) GetUserInsightMonthlyActiveUser ¶
func (c UserInsightMonthlyActiveUserClient) GetUserInsightMonthlyActiveUser(ctx context.Context, id beta.ReportUserInsightMonthlyActiveUserId, options GetUserInsightMonthlyActiveUserOperationOptions) (result GetUserInsightMonthlyActiveUserOperationResponse, err error)
GetUserInsightMonthlyActiveUser - Get activeUsers from reports. Insights for active users on apps registered in the tenant for a specified period.
func (UserInsightMonthlyActiveUserClient) GetUserInsightMonthlyActiveUsersCount ¶
func (c UserInsightMonthlyActiveUserClient) GetUserInsightMonthlyActiveUsersCount(ctx context.Context, options GetUserInsightMonthlyActiveUsersCountOperationOptions) (result GetUserInsightMonthlyActiveUsersCountOperationResponse, err error)
GetUserInsightMonthlyActiveUsersCount - Get the number of the resource
func (UserInsightMonthlyActiveUserClient) ListUserInsightMonthlyActiveUsers ¶
func (c UserInsightMonthlyActiveUserClient) ListUserInsightMonthlyActiveUsers(ctx context.Context, options ListUserInsightMonthlyActiveUsersOperationOptions) (result ListUserInsightMonthlyActiveUsersOperationResponse, err error)
ListUserInsightMonthlyActiveUsers - List monthly activeUsers. Get a list of monthly active users on apps registered in your tenant configured for Microsoft Entra External ID for customers.
func (UserInsightMonthlyActiveUserClient) ListUserInsightMonthlyActiveUsersComplete ¶
func (c UserInsightMonthlyActiveUserClient) ListUserInsightMonthlyActiveUsersComplete(ctx context.Context, options ListUserInsightMonthlyActiveUsersOperationOptions) (ListUserInsightMonthlyActiveUsersCompleteResult, error)
ListUserInsightMonthlyActiveUsersComplete retrieves all the results into a single object
func (UserInsightMonthlyActiveUserClient) ListUserInsightMonthlyActiveUsersCompleteMatchingPredicate ¶
func (c UserInsightMonthlyActiveUserClient) ListUserInsightMonthlyActiveUsersCompleteMatchingPredicate(ctx context.Context, options ListUserInsightMonthlyActiveUsersOperationOptions, predicate ActiveUsersMetricOperationPredicate) (result ListUserInsightMonthlyActiveUsersCompleteResult, err error)
ListUserInsightMonthlyActiveUsersCompleteMatchingPredicate retrieves all the results and then applies the predicate
Click to show internal directories.
Click to hide internal directories.