Documentation ¶
Index ¶
- type GetUserInsightMonthlySignUpOperationOptions
- type GetUserInsightMonthlySignUpOperationResponse
- type GetUserInsightMonthlySignUpsCountOperationOptions
- type GetUserInsightMonthlySignUpsCountOperationResponse
- type ListUserInsightMonthlySignUpsCompleteResult
- type ListUserInsightMonthlySignUpsCustomPager
- type ListUserInsightMonthlySignUpsOperationOptions
- type ListUserInsightMonthlySignUpsOperationResponse
- type UserInsightMonthlySignUpClient
- func (c UserInsightMonthlySignUpClient) GetUserInsightMonthlySignUp(ctx context.Context, id beta.ReportUserInsightMonthlySignUpId, ...) (result GetUserInsightMonthlySignUpOperationResponse, err error)
- func (c UserInsightMonthlySignUpClient) GetUserInsightMonthlySignUpsCount(ctx context.Context, options GetUserInsightMonthlySignUpsCountOperationOptions) (result GetUserInsightMonthlySignUpsCountOperationResponse, err error)
- func (c UserInsightMonthlySignUpClient) ListUserInsightMonthlySignUps(ctx context.Context, options ListUserInsightMonthlySignUpsOperationOptions) (result ListUserInsightMonthlySignUpsOperationResponse, err error)
- func (c UserInsightMonthlySignUpClient) ListUserInsightMonthlySignUpsComplete(ctx context.Context, options ListUserInsightMonthlySignUpsOperationOptions) (ListUserInsightMonthlySignUpsCompleteResult, error)
- func (c UserInsightMonthlySignUpClient) ListUserInsightMonthlySignUpsCompleteMatchingPredicate(ctx context.Context, options ListUserInsightMonthlySignUpsOperationOptions, ...) (result ListUserInsightMonthlySignUpsCompleteResult, err error)
- type UserSignUpMetricOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetUserInsightMonthlySignUpOperationOptions ¶
type GetUserInsightMonthlySignUpOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetUserInsightMonthlySignUpOperationOptions ¶
func DefaultGetUserInsightMonthlySignUpOperationOptions() GetUserInsightMonthlySignUpOperationOptions
func (GetUserInsightMonthlySignUpOperationOptions) ToHeaders ¶
func (o GetUserInsightMonthlySignUpOperationOptions) ToHeaders() *client.Headers
func (GetUserInsightMonthlySignUpOperationOptions) ToOData ¶
func (o GetUserInsightMonthlySignUpOperationOptions) ToOData() *odata.Query
func (GetUserInsightMonthlySignUpOperationOptions) ToQuery ¶
func (o GetUserInsightMonthlySignUpOperationOptions) ToQuery() *client.QueryParams
type GetUserInsightMonthlySignUpsCountOperationOptions ¶
type GetUserInsightMonthlySignUpsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetUserInsightMonthlySignUpsCountOperationOptions ¶
func DefaultGetUserInsightMonthlySignUpsCountOperationOptions() GetUserInsightMonthlySignUpsCountOperationOptions
func (GetUserInsightMonthlySignUpsCountOperationOptions) ToHeaders ¶
func (o GetUserInsightMonthlySignUpsCountOperationOptions) ToHeaders() *client.Headers
func (GetUserInsightMonthlySignUpsCountOperationOptions) ToOData ¶
func (o GetUserInsightMonthlySignUpsCountOperationOptions) ToOData() *odata.Query
func (GetUserInsightMonthlySignUpsCountOperationOptions) ToQuery ¶
func (o GetUserInsightMonthlySignUpsCountOperationOptions) ToQuery() *client.QueryParams
type ListUserInsightMonthlySignUpsCompleteResult ¶
type ListUserInsightMonthlySignUpsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.UserSignUpMetric }
type ListUserInsightMonthlySignUpsCustomPager ¶
type ListUserInsightMonthlySignUpsCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListUserInsightMonthlySignUpsCustomPager) NextPageLink ¶
func (p *ListUserInsightMonthlySignUpsCustomPager) NextPageLink() *odata.Link
type ListUserInsightMonthlySignUpsOperationOptions ¶
type ListUserInsightMonthlySignUpsOperationOptions 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 DefaultListUserInsightMonthlySignUpsOperationOptions ¶
func DefaultListUserInsightMonthlySignUpsOperationOptions() ListUserInsightMonthlySignUpsOperationOptions
func (ListUserInsightMonthlySignUpsOperationOptions) ToHeaders ¶
func (o ListUserInsightMonthlySignUpsOperationOptions) ToHeaders() *client.Headers
func (ListUserInsightMonthlySignUpsOperationOptions) ToOData ¶
func (o ListUserInsightMonthlySignUpsOperationOptions) ToOData() *odata.Query
func (ListUserInsightMonthlySignUpsOperationOptions) ToQuery ¶
func (o ListUserInsightMonthlySignUpsOperationOptions) ToQuery() *client.QueryParams
type UserInsightMonthlySignUpClient ¶
func NewUserInsightMonthlySignUpClientWithBaseURI ¶
func NewUserInsightMonthlySignUpClientWithBaseURI(sdkApi sdkEnv.Api) (*UserInsightMonthlySignUpClient, error)
func (UserInsightMonthlySignUpClient) GetUserInsightMonthlySignUp ¶
func (c UserInsightMonthlySignUpClient) GetUserInsightMonthlySignUp(ctx context.Context, id beta.ReportUserInsightMonthlySignUpId, options GetUserInsightMonthlySignUpOperationOptions) (result GetUserInsightMonthlySignUpOperationResponse, err error)
GetUserInsightMonthlySignUp - Get signUps from reports. Total sign-ups on apps registered in the tenant for a specified period.
func (UserInsightMonthlySignUpClient) GetUserInsightMonthlySignUpsCount ¶
func (c UserInsightMonthlySignUpClient) GetUserInsightMonthlySignUpsCount(ctx context.Context, options GetUserInsightMonthlySignUpsCountOperationOptions) (result GetUserInsightMonthlySignUpsCountOperationResponse, err error)
GetUserInsightMonthlySignUpsCount - Get the number of the resource
func (UserInsightMonthlySignUpClient) ListUserInsightMonthlySignUps ¶
func (c UserInsightMonthlySignUpClient) ListUserInsightMonthlySignUps(ctx context.Context, options ListUserInsightMonthlySignUpsOperationOptions) (result ListUserInsightMonthlySignUpsOperationResponse, err error)
ListUserInsightMonthlySignUps - List monthly signUps. Get a list of monthly user sign-ups on apps registered in your tenant configured for Microsoft Entra External ID for customers.
func (UserInsightMonthlySignUpClient) ListUserInsightMonthlySignUpsComplete ¶
func (c UserInsightMonthlySignUpClient) ListUserInsightMonthlySignUpsComplete(ctx context.Context, options ListUserInsightMonthlySignUpsOperationOptions) (ListUserInsightMonthlySignUpsCompleteResult, error)
ListUserInsightMonthlySignUpsComplete retrieves all the results into a single object
func (UserInsightMonthlySignUpClient) ListUserInsightMonthlySignUpsCompleteMatchingPredicate ¶
func (c UserInsightMonthlySignUpClient) ListUserInsightMonthlySignUpsCompleteMatchingPredicate(ctx context.Context, options ListUserInsightMonthlySignUpsOperationOptions, predicate UserSignUpMetricOperationPredicate) (result ListUserInsightMonthlySignUpsCompleteResult, err error)
ListUserInsightMonthlySignUpsCompleteMatchingPredicate 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.