Documentation ¶
Index ¶
- type GetUserInsightDailyUserCountCountOperationOptions
- type GetUserInsightDailyUserCountCountOperationResponse
- type GetUserInsightDailyUserCountOperationOptions
- type GetUserInsightDailyUserCountOperationResponse
- type ListUserInsightDailyUserCountsCompleteResult
- type ListUserInsightDailyUserCountsCustomPager
- type ListUserInsightDailyUserCountsOperationOptions
- type ListUserInsightDailyUserCountsOperationResponse
- type UserCountMetricOperationPredicate
- type UserInsightDailyUserCountClient
- func (c UserInsightDailyUserCountClient) GetUserInsightDailyUserCount(ctx context.Context, id beta.ReportUserInsightDailyUserCountId, ...) (result GetUserInsightDailyUserCountOperationResponse, err error)
- func (c UserInsightDailyUserCountClient) GetUserInsightDailyUserCountCount(ctx context.Context, options GetUserInsightDailyUserCountCountOperationOptions) (result GetUserInsightDailyUserCountCountOperationResponse, err error)
- func (c UserInsightDailyUserCountClient) ListUserInsightDailyUserCounts(ctx context.Context, options ListUserInsightDailyUserCountsOperationOptions) (result ListUserInsightDailyUserCountsOperationResponse, err error)
- func (c UserInsightDailyUserCountClient) ListUserInsightDailyUserCountsComplete(ctx context.Context, options ListUserInsightDailyUserCountsOperationOptions) (ListUserInsightDailyUserCountsCompleteResult, error)
- func (c UserInsightDailyUserCountClient) ListUserInsightDailyUserCountsCompleteMatchingPredicate(ctx context.Context, options ListUserInsightDailyUserCountsOperationOptions, ...) (result ListUserInsightDailyUserCountsCompleteResult, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetUserInsightDailyUserCountCountOperationOptions ¶
type GetUserInsightDailyUserCountCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetUserInsightDailyUserCountCountOperationOptions ¶
func DefaultGetUserInsightDailyUserCountCountOperationOptions() GetUserInsightDailyUserCountCountOperationOptions
func (GetUserInsightDailyUserCountCountOperationOptions) ToHeaders ¶
func (o GetUserInsightDailyUserCountCountOperationOptions) ToHeaders() *client.Headers
func (GetUserInsightDailyUserCountCountOperationOptions) ToOData ¶
func (o GetUserInsightDailyUserCountCountOperationOptions) ToOData() *odata.Query
func (GetUserInsightDailyUserCountCountOperationOptions) ToQuery ¶
func (o GetUserInsightDailyUserCountCountOperationOptions) ToQuery() *client.QueryParams
type GetUserInsightDailyUserCountOperationOptions ¶
type GetUserInsightDailyUserCountOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetUserInsightDailyUserCountOperationOptions ¶
func DefaultGetUserInsightDailyUserCountOperationOptions() GetUserInsightDailyUserCountOperationOptions
func (GetUserInsightDailyUserCountOperationOptions) ToHeaders ¶
func (o GetUserInsightDailyUserCountOperationOptions) ToHeaders() *client.Headers
func (GetUserInsightDailyUserCountOperationOptions) ToOData ¶
func (o GetUserInsightDailyUserCountOperationOptions) ToOData() *odata.Query
func (GetUserInsightDailyUserCountOperationOptions) ToQuery ¶
func (o GetUserInsightDailyUserCountOperationOptions) ToQuery() *client.QueryParams
type ListUserInsightDailyUserCountsCompleteResult ¶
type ListUserInsightDailyUserCountsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.UserCountMetric }
type ListUserInsightDailyUserCountsCustomPager ¶
type ListUserInsightDailyUserCountsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListUserInsightDailyUserCountsCustomPager) NextPageLink ¶
func (p *ListUserInsightDailyUserCountsCustomPager) NextPageLink() *odata.Link
type ListUserInsightDailyUserCountsOperationOptions ¶
type ListUserInsightDailyUserCountsOperationOptions 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 DefaultListUserInsightDailyUserCountsOperationOptions ¶
func DefaultListUserInsightDailyUserCountsOperationOptions() ListUserInsightDailyUserCountsOperationOptions
func (ListUserInsightDailyUserCountsOperationOptions) ToHeaders ¶
func (o ListUserInsightDailyUserCountsOperationOptions) ToHeaders() *client.Headers
func (ListUserInsightDailyUserCountsOperationOptions) ToOData ¶
func (o ListUserInsightDailyUserCountsOperationOptions) ToOData() *odata.Query
func (ListUserInsightDailyUserCountsOperationOptions) ToQuery ¶
func (o ListUserInsightDailyUserCountsOperationOptions) ToQuery() *client.QueryParams
type UserCountMetricOperationPredicate ¶
type UserCountMetricOperationPredicate struct { }
func (UserCountMetricOperationPredicate) Matches ¶
func (p UserCountMetricOperationPredicate) Matches(input beta.UserCountMetric) bool
type UserInsightDailyUserCountClient ¶
func NewUserInsightDailyUserCountClientWithBaseURI ¶
func NewUserInsightDailyUserCountClientWithBaseURI(sdkApi sdkEnv.Api) (*UserInsightDailyUserCountClient, error)
func (UserInsightDailyUserCountClient) GetUserInsightDailyUserCount ¶
func (c UserInsightDailyUserCountClient) GetUserInsightDailyUserCount(ctx context.Context, id beta.ReportUserInsightDailyUserCountId, options GetUserInsightDailyUserCountOperationOptions) (result GetUserInsightDailyUserCountOperationResponse, err error)
GetUserInsightDailyUserCount - Get userCount from reports. Insights for total users on apps registered in the tenant for a specified period.
func (UserInsightDailyUserCountClient) GetUserInsightDailyUserCountCount ¶
func (c UserInsightDailyUserCountClient) GetUserInsightDailyUserCountCount(ctx context.Context, options GetUserInsightDailyUserCountCountOperationOptions) (result GetUserInsightDailyUserCountCountOperationResponse, err error)
GetUserInsightDailyUserCountCount - Get the number of the resource
func (UserInsightDailyUserCountClient) ListUserInsightDailyUserCounts ¶
func (c UserInsightDailyUserCountClient) ListUserInsightDailyUserCounts(ctx context.Context, options ListUserInsightDailyUserCountsOperationOptions) (result ListUserInsightDailyUserCountsOperationResponse, err error)
ListUserInsightDailyUserCounts - List daily userCount. Get a list of daily user count on apps registered in your tenant configured for Microsoft Entra External ID for customers.
func (UserInsightDailyUserCountClient) ListUserInsightDailyUserCountsComplete ¶
func (c UserInsightDailyUserCountClient) ListUserInsightDailyUserCountsComplete(ctx context.Context, options ListUserInsightDailyUserCountsOperationOptions) (ListUserInsightDailyUserCountsCompleteResult, error)
ListUserInsightDailyUserCountsComplete retrieves all the results into a single object
func (UserInsightDailyUserCountClient) ListUserInsightDailyUserCountsCompleteMatchingPredicate ¶
func (c UserInsightDailyUserCountClient) ListUserInsightDailyUserCountsCompleteMatchingPredicate(ctx context.Context, options ListUserInsightDailyUserCountsOperationOptions, predicate UserCountMetricOperationPredicate) (result ListUserInsightDailyUserCountsCompleteResult, err error)
ListUserInsightDailyUserCountsCompleteMatchingPredicate retrieves all the results and then applies the predicate
Click to show internal directories.
Click to hide internal directories.