Documentation ¶
Index ¶
- type GetUserInsightMonthlyRequestOperationOptions
- type GetUserInsightMonthlyRequestOperationResponse
- type GetUserInsightMonthlyRequestsCountOperationOptions
- type GetUserInsightMonthlyRequestsCountOperationResponse
- type ListUserInsightMonthlyRequestsCompleteResult
- type ListUserInsightMonthlyRequestsCustomPager
- type ListUserInsightMonthlyRequestsOperationOptions
- type ListUserInsightMonthlyRequestsOperationResponse
- type UserInsightMonthlyRequestClient
- func (c UserInsightMonthlyRequestClient) GetUserInsightMonthlyRequest(ctx context.Context, id beta.ReportUserInsightMonthlyRequestId, ...) (result GetUserInsightMonthlyRequestOperationResponse, err error)
- func (c UserInsightMonthlyRequestClient) GetUserInsightMonthlyRequestsCount(ctx context.Context, ...) (result GetUserInsightMonthlyRequestsCountOperationResponse, err error)
- func (c UserInsightMonthlyRequestClient) ListUserInsightMonthlyRequests(ctx context.Context, options ListUserInsightMonthlyRequestsOperationOptions) (result ListUserInsightMonthlyRequestsOperationResponse, err error)
- func (c UserInsightMonthlyRequestClient) ListUserInsightMonthlyRequestsComplete(ctx context.Context, options ListUserInsightMonthlyRequestsOperationOptions) (ListUserInsightMonthlyRequestsCompleteResult, error)
- func (c UserInsightMonthlyRequestClient) ListUserInsightMonthlyRequestsCompleteMatchingPredicate(ctx context.Context, options ListUserInsightMonthlyRequestsOperationOptions, ...) (result ListUserInsightMonthlyRequestsCompleteResult, err error)
- type UserRequestsMetricOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetUserInsightMonthlyRequestOperationOptions ¶
type GetUserInsightMonthlyRequestOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetUserInsightMonthlyRequestOperationOptions ¶
func DefaultGetUserInsightMonthlyRequestOperationOptions() GetUserInsightMonthlyRequestOperationOptions
func (GetUserInsightMonthlyRequestOperationOptions) ToHeaders ¶
func (o GetUserInsightMonthlyRequestOperationOptions) ToHeaders() *client.Headers
func (GetUserInsightMonthlyRequestOperationOptions) ToOData ¶
func (o GetUserInsightMonthlyRequestOperationOptions) ToOData() *odata.Query
func (GetUserInsightMonthlyRequestOperationOptions) ToQuery ¶
func (o GetUserInsightMonthlyRequestOperationOptions) ToQuery() *client.QueryParams
type GetUserInsightMonthlyRequestsCountOperationOptions ¶
type GetUserInsightMonthlyRequestsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetUserInsightMonthlyRequestsCountOperationOptions ¶
func DefaultGetUserInsightMonthlyRequestsCountOperationOptions() GetUserInsightMonthlyRequestsCountOperationOptions
func (GetUserInsightMonthlyRequestsCountOperationOptions) ToHeaders ¶
func (o GetUserInsightMonthlyRequestsCountOperationOptions) ToHeaders() *client.Headers
func (GetUserInsightMonthlyRequestsCountOperationOptions) ToOData ¶
func (o GetUserInsightMonthlyRequestsCountOperationOptions) ToOData() *odata.Query
func (GetUserInsightMonthlyRequestsCountOperationOptions) ToQuery ¶
func (o GetUserInsightMonthlyRequestsCountOperationOptions) ToQuery() *client.QueryParams
type ListUserInsightMonthlyRequestsCompleteResult ¶
type ListUserInsightMonthlyRequestsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.UserRequestsMetric }
type ListUserInsightMonthlyRequestsCustomPager ¶
type ListUserInsightMonthlyRequestsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListUserInsightMonthlyRequestsCustomPager) NextPageLink ¶
func (p *ListUserInsightMonthlyRequestsCustomPager) NextPageLink() *odata.Link
type ListUserInsightMonthlyRequestsOperationOptions ¶
type ListUserInsightMonthlyRequestsOperationOptions 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 DefaultListUserInsightMonthlyRequestsOperationOptions ¶
func DefaultListUserInsightMonthlyRequestsOperationOptions() ListUserInsightMonthlyRequestsOperationOptions
func (ListUserInsightMonthlyRequestsOperationOptions) ToHeaders ¶
func (o ListUserInsightMonthlyRequestsOperationOptions) ToHeaders() *client.Headers
func (ListUserInsightMonthlyRequestsOperationOptions) ToOData ¶
func (o ListUserInsightMonthlyRequestsOperationOptions) ToOData() *odata.Query
func (ListUserInsightMonthlyRequestsOperationOptions) ToQuery ¶
func (o ListUserInsightMonthlyRequestsOperationOptions) ToQuery() *client.QueryParams
type UserInsightMonthlyRequestClient ¶
func NewUserInsightMonthlyRequestClientWithBaseURI ¶
func NewUserInsightMonthlyRequestClientWithBaseURI(sdkApi sdkEnv.Api) (*UserInsightMonthlyRequestClient, error)
func (UserInsightMonthlyRequestClient) GetUserInsightMonthlyRequest ¶
func (c UserInsightMonthlyRequestClient) GetUserInsightMonthlyRequest(ctx context.Context, id beta.ReportUserInsightMonthlyRequestId, options GetUserInsightMonthlyRequestOperationOptions) (result GetUserInsightMonthlyRequestOperationResponse, err error)
GetUserInsightMonthlyRequest - Get requests from reports. Insights for all user requests on apps registered in the tenant for a specified period.
func (UserInsightMonthlyRequestClient) GetUserInsightMonthlyRequestsCount ¶
func (c UserInsightMonthlyRequestClient) GetUserInsightMonthlyRequestsCount(ctx context.Context, options GetUserInsightMonthlyRequestsCountOperationOptions) (result GetUserInsightMonthlyRequestsCountOperationResponse, err error)
GetUserInsightMonthlyRequestsCount - Get the number of the resource
func (UserInsightMonthlyRequestClient) ListUserInsightMonthlyRequests ¶
func (c UserInsightMonthlyRequestClient) ListUserInsightMonthlyRequests(ctx context.Context, options ListUserInsightMonthlyRequestsOperationOptions) (result ListUserInsightMonthlyRequestsOperationResponse, err error)
ListUserInsightMonthlyRequests - List monthly requests. Get a list of monthly user requests on apps registered in your tenant configured for Microsoft Entra External ID for customers.
func (UserInsightMonthlyRequestClient) ListUserInsightMonthlyRequestsComplete ¶
func (c UserInsightMonthlyRequestClient) ListUserInsightMonthlyRequestsComplete(ctx context.Context, options ListUserInsightMonthlyRequestsOperationOptions) (ListUserInsightMonthlyRequestsCompleteResult, error)
ListUserInsightMonthlyRequestsComplete retrieves all the results into a single object
func (UserInsightMonthlyRequestClient) ListUserInsightMonthlyRequestsCompleteMatchingPredicate ¶
func (c UserInsightMonthlyRequestClient) ListUserInsightMonthlyRequestsCompleteMatchingPredicate(ctx context.Context, options ListUserInsightMonthlyRequestsOperationOptions, predicate UserRequestsMetricOperationPredicate) (result ListUserInsightMonthlyRequestsCompleteResult, err error)
ListUserInsightMonthlyRequestsCompleteMatchingPredicate retrieves all the results and then applies the predicate
type UserRequestsMetricOperationPredicate ¶
type UserRequestsMetricOperationPredicate struct { }
func (UserRequestsMetricOperationPredicate) Matches ¶
func (p UserRequestsMetricOperationPredicate) Matches(input beta.UserRequestsMetric) bool
Click to show internal directories.
Click to hide internal directories.