Documentation ¶
Index ¶
- type GetUserInsightDailySignUpOperationOptions
- type GetUserInsightDailySignUpOperationResponse
- type GetUserInsightDailySignUpsCountOperationOptions
- type GetUserInsightDailySignUpsCountOperationResponse
- type ListUserInsightDailySignUpsCompleteResult
- type ListUserInsightDailySignUpsCustomPager
- type ListUserInsightDailySignUpsOperationOptions
- type ListUserInsightDailySignUpsOperationResponse
- type UserInsightDailySignUpClient
- func (c UserInsightDailySignUpClient) GetUserInsightDailySignUp(ctx context.Context, id beta.ReportUserInsightDailySignUpId, ...) (result GetUserInsightDailySignUpOperationResponse, err error)
- func (c UserInsightDailySignUpClient) GetUserInsightDailySignUpsCount(ctx context.Context, options GetUserInsightDailySignUpsCountOperationOptions) (result GetUserInsightDailySignUpsCountOperationResponse, err error)
- func (c UserInsightDailySignUpClient) ListUserInsightDailySignUps(ctx context.Context, options ListUserInsightDailySignUpsOperationOptions) (result ListUserInsightDailySignUpsOperationResponse, err error)
- func (c UserInsightDailySignUpClient) ListUserInsightDailySignUpsComplete(ctx context.Context, options ListUserInsightDailySignUpsOperationOptions) (ListUserInsightDailySignUpsCompleteResult, error)
- func (c UserInsightDailySignUpClient) ListUserInsightDailySignUpsCompleteMatchingPredicate(ctx context.Context, options ListUserInsightDailySignUpsOperationOptions, ...) (result ListUserInsightDailySignUpsCompleteResult, err error)
- type UserSignUpMetricOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetUserInsightDailySignUpOperationOptions ¶
type GetUserInsightDailySignUpOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetUserInsightDailySignUpOperationOptions ¶
func DefaultGetUserInsightDailySignUpOperationOptions() GetUserInsightDailySignUpOperationOptions
func (GetUserInsightDailySignUpOperationOptions) ToHeaders ¶
func (o GetUserInsightDailySignUpOperationOptions) ToHeaders() *client.Headers
func (GetUserInsightDailySignUpOperationOptions) ToOData ¶
func (o GetUserInsightDailySignUpOperationOptions) ToOData() *odata.Query
func (GetUserInsightDailySignUpOperationOptions) ToQuery ¶
func (o GetUserInsightDailySignUpOperationOptions) ToQuery() *client.QueryParams
type GetUserInsightDailySignUpsCountOperationOptions ¶
type GetUserInsightDailySignUpsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetUserInsightDailySignUpsCountOperationOptions ¶
func DefaultGetUserInsightDailySignUpsCountOperationOptions() GetUserInsightDailySignUpsCountOperationOptions
func (GetUserInsightDailySignUpsCountOperationOptions) ToHeaders ¶
func (o GetUserInsightDailySignUpsCountOperationOptions) ToHeaders() *client.Headers
func (GetUserInsightDailySignUpsCountOperationOptions) ToOData ¶
func (o GetUserInsightDailySignUpsCountOperationOptions) ToOData() *odata.Query
func (GetUserInsightDailySignUpsCountOperationOptions) ToQuery ¶
func (o GetUserInsightDailySignUpsCountOperationOptions) ToQuery() *client.QueryParams
type ListUserInsightDailySignUpsCompleteResult ¶
type ListUserInsightDailySignUpsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.UserSignUpMetric }
type ListUserInsightDailySignUpsCustomPager ¶
type ListUserInsightDailySignUpsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListUserInsightDailySignUpsCustomPager) NextPageLink ¶
func (p *ListUserInsightDailySignUpsCustomPager) NextPageLink() *odata.Link
type ListUserInsightDailySignUpsOperationOptions ¶
type ListUserInsightDailySignUpsOperationOptions 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 DefaultListUserInsightDailySignUpsOperationOptions ¶
func DefaultListUserInsightDailySignUpsOperationOptions() ListUserInsightDailySignUpsOperationOptions
func (ListUserInsightDailySignUpsOperationOptions) ToHeaders ¶
func (o ListUserInsightDailySignUpsOperationOptions) ToHeaders() *client.Headers
func (ListUserInsightDailySignUpsOperationOptions) ToOData ¶
func (o ListUserInsightDailySignUpsOperationOptions) ToOData() *odata.Query
func (ListUserInsightDailySignUpsOperationOptions) ToQuery ¶
func (o ListUserInsightDailySignUpsOperationOptions) ToQuery() *client.QueryParams
type UserInsightDailySignUpClient ¶
func NewUserInsightDailySignUpClientWithBaseURI ¶
func NewUserInsightDailySignUpClientWithBaseURI(sdkApi sdkEnv.Api) (*UserInsightDailySignUpClient, error)
func (UserInsightDailySignUpClient) GetUserInsightDailySignUp ¶
func (c UserInsightDailySignUpClient) GetUserInsightDailySignUp(ctx context.Context, id beta.ReportUserInsightDailySignUpId, options GetUserInsightDailySignUpOperationOptions) (result GetUserInsightDailySignUpOperationResponse, err error)
GetUserInsightDailySignUp - Get signUps from reports. Total sign-ups on apps registered in the tenant for a specified period.
func (UserInsightDailySignUpClient) GetUserInsightDailySignUpsCount ¶
func (c UserInsightDailySignUpClient) GetUserInsightDailySignUpsCount(ctx context.Context, options GetUserInsightDailySignUpsCountOperationOptions) (result GetUserInsightDailySignUpsCountOperationResponse, err error)
GetUserInsightDailySignUpsCount - Get the number of the resource
func (UserInsightDailySignUpClient) ListUserInsightDailySignUps ¶
func (c UserInsightDailySignUpClient) ListUserInsightDailySignUps(ctx context.Context, options ListUserInsightDailySignUpsOperationOptions) (result ListUserInsightDailySignUpsOperationResponse, err error)
ListUserInsightDailySignUps - List daily signUps. Get a list of daily user sign-ups on apps registered in your tenant configured for Microsoft Entra External ID for customers.
func (UserInsightDailySignUpClient) ListUserInsightDailySignUpsComplete ¶
func (c UserInsightDailySignUpClient) ListUserInsightDailySignUpsComplete(ctx context.Context, options ListUserInsightDailySignUpsOperationOptions) (ListUserInsightDailySignUpsCompleteResult, error)
ListUserInsightDailySignUpsComplete retrieves all the results into a single object
func (UserInsightDailySignUpClient) ListUserInsightDailySignUpsCompleteMatchingPredicate ¶
func (c UserInsightDailySignUpClient) ListUserInsightDailySignUpsCompleteMatchingPredicate(ctx context.Context, options ListUserInsightDailySignUpsOperationOptions, predicate UserSignUpMetricOperationPredicate) (result ListUserInsightDailySignUpsCompleteResult, err error)
ListUserInsightDailySignUpsCompleteMatchingPredicate retrieves all the results and then applies the predicate
type UserSignUpMetricOperationPredicate ¶
type UserSignUpMetricOperationPredicate struct { }
func (UserSignUpMetricOperationPredicate) Matches ¶
func (p UserSignUpMetricOperationPredicate) Matches(input beta.UserSignUpMetric) bool
Click to show internal directories.
Click to hide internal directories.