Documentation ¶
Index ¶
- type CreateUserExperienceAnalyticsDeviceScopeOperationOptions
- type CreateUserExperienceAnalyticsDeviceScopeOperationResponse
- type CreateUserExperienceAnalyticsDeviceScopeTriggerActionOperationOptions
- func (o CreateUserExperienceAnalyticsDeviceScopeTriggerActionOperationOptions) ToHeaders() *client.Headers
- func (o CreateUserExperienceAnalyticsDeviceScopeTriggerActionOperationOptions) ToOData() *odata.Query
- func (o CreateUserExperienceAnalyticsDeviceScopeTriggerActionOperationOptions) ToQuery() *client.QueryParams
- type CreateUserExperienceAnalyticsDeviceScopeTriggerActionOperationResponse
- type CreateUserExperienceAnalyticsDeviceScopeTriggerActionRequest
- type DeleteUserExperienceAnalyticsDeviceScopeOperationOptions
- type DeleteUserExperienceAnalyticsDeviceScopeOperationResponse
- type GetUserExperienceAnalyticsDeviceScopeOperationOptions
- type GetUserExperienceAnalyticsDeviceScopeOperationResponse
- type GetUserExperienceAnalyticsDeviceScopesCountOperationOptions
- type GetUserExperienceAnalyticsDeviceScopesCountOperationResponse
- type ListUserExperienceAnalyticsDeviceScopesCompleteResult
- type ListUserExperienceAnalyticsDeviceScopesCustomPager
- type ListUserExperienceAnalyticsDeviceScopesOperationOptions
- type ListUserExperienceAnalyticsDeviceScopesOperationResponse
- type UpdateUserExperienceAnalyticsDeviceScopeOperationOptions
- type UpdateUserExperienceAnalyticsDeviceScopeOperationResponse
- type UserExperienceAnalyticsDeviceScopeClient
- func (c UserExperienceAnalyticsDeviceScopeClient) CreateUserExperienceAnalyticsDeviceScope(ctx context.Context, input beta.UserExperienceAnalyticsDeviceScope, ...) (result CreateUserExperienceAnalyticsDeviceScopeOperationResponse, err error)
- func (c UserExperienceAnalyticsDeviceScopeClient) CreateUserExperienceAnalyticsDeviceScopeTriggerAction(ctx context.Context, ...) (result CreateUserExperienceAnalyticsDeviceScopeTriggerActionOperationResponse, ...)
- func (c UserExperienceAnalyticsDeviceScopeClient) DeleteUserExperienceAnalyticsDeviceScope(ctx context.Context, ...) (result DeleteUserExperienceAnalyticsDeviceScopeOperationResponse, err error)
- func (c UserExperienceAnalyticsDeviceScopeClient) GetUserExperienceAnalyticsDeviceScope(ctx context.Context, ...) (result GetUserExperienceAnalyticsDeviceScopeOperationResponse, err error)
- func (c UserExperienceAnalyticsDeviceScopeClient) GetUserExperienceAnalyticsDeviceScopesCount(ctx context.Context, ...) (result GetUserExperienceAnalyticsDeviceScopesCountOperationResponse, err error)
- func (c UserExperienceAnalyticsDeviceScopeClient) ListUserExperienceAnalyticsDeviceScopes(ctx context.Context, ...) (result ListUserExperienceAnalyticsDeviceScopesOperationResponse, err error)
- func (c UserExperienceAnalyticsDeviceScopeClient) ListUserExperienceAnalyticsDeviceScopesComplete(ctx context.Context, ...) (ListUserExperienceAnalyticsDeviceScopesCompleteResult, error)
- func (c UserExperienceAnalyticsDeviceScopeClient) ListUserExperienceAnalyticsDeviceScopesCompleteMatchingPredicate(ctx context.Context, ...) (result ListUserExperienceAnalyticsDeviceScopesCompleteResult, err error)
- func (c UserExperienceAnalyticsDeviceScopeClient) UpdateUserExperienceAnalyticsDeviceScope(ctx context.Context, ...) (result UpdateUserExperienceAnalyticsDeviceScopeOperationResponse, err error)
- type UserExperienceAnalyticsDeviceScopeOperationPredicate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateUserExperienceAnalyticsDeviceScopeOperationOptions ¶
type CreateUserExperienceAnalyticsDeviceScopeOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateUserExperienceAnalyticsDeviceScopeOperationOptions ¶
func DefaultCreateUserExperienceAnalyticsDeviceScopeOperationOptions() CreateUserExperienceAnalyticsDeviceScopeOperationOptions
func (CreateUserExperienceAnalyticsDeviceScopeOperationOptions) ToHeaders ¶
func (o CreateUserExperienceAnalyticsDeviceScopeOperationOptions) ToHeaders() *client.Headers
func (CreateUserExperienceAnalyticsDeviceScopeOperationOptions) ToOData ¶
func (o CreateUserExperienceAnalyticsDeviceScopeOperationOptions) ToOData() *odata.Query
func (CreateUserExperienceAnalyticsDeviceScopeOperationOptions) ToQuery ¶
func (o CreateUserExperienceAnalyticsDeviceScopeOperationOptions) ToQuery() *client.QueryParams
type CreateUserExperienceAnalyticsDeviceScopeTriggerActionOperationOptions ¶
type CreateUserExperienceAnalyticsDeviceScopeTriggerActionOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateUserExperienceAnalyticsDeviceScopeTriggerActionOperationOptions ¶
func DefaultCreateUserExperienceAnalyticsDeviceScopeTriggerActionOperationOptions() CreateUserExperienceAnalyticsDeviceScopeTriggerActionOperationOptions
func (CreateUserExperienceAnalyticsDeviceScopeTriggerActionOperationOptions) ToHeaders ¶
func (o CreateUserExperienceAnalyticsDeviceScopeTriggerActionOperationOptions) ToHeaders() *client.Headers
func (CreateUserExperienceAnalyticsDeviceScopeTriggerActionOperationOptions) ToOData ¶
func (o CreateUserExperienceAnalyticsDeviceScopeTriggerActionOperationOptions) ToOData() *odata.Query
func (CreateUserExperienceAnalyticsDeviceScopeTriggerActionOperationOptions) ToQuery ¶
func (o CreateUserExperienceAnalyticsDeviceScopeTriggerActionOperationOptions) ToQuery() *client.QueryParams
type CreateUserExperienceAnalyticsDeviceScopeTriggerActionRequest ¶
type CreateUserExperienceAnalyticsDeviceScopeTriggerActionRequest struct { // Trigger on the service to either START or STOP computing metrics data based on a device scope configuration. ActionName *beta.DeviceScopeAction `json:"actionName,omitempty"` DeviceScopeId *string `json:"deviceScopeId,omitempty"` }
type DeleteUserExperienceAnalyticsDeviceScopeOperationOptions ¶
type DeleteUserExperienceAnalyticsDeviceScopeOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteUserExperienceAnalyticsDeviceScopeOperationOptions ¶
func DefaultDeleteUserExperienceAnalyticsDeviceScopeOperationOptions() DeleteUserExperienceAnalyticsDeviceScopeOperationOptions
func (DeleteUserExperienceAnalyticsDeviceScopeOperationOptions) ToHeaders ¶
func (o DeleteUserExperienceAnalyticsDeviceScopeOperationOptions) ToHeaders() *client.Headers
func (DeleteUserExperienceAnalyticsDeviceScopeOperationOptions) ToOData ¶
func (o DeleteUserExperienceAnalyticsDeviceScopeOperationOptions) ToOData() *odata.Query
func (DeleteUserExperienceAnalyticsDeviceScopeOperationOptions) ToQuery ¶
func (o DeleteUserExperienceAnalyticsDeviceScopeOperationOptions) ToQuery() *client.QueryParams
type GetUserExperienceAnalyticsDeviceScopeOperationOptions ¶
type GetUserExperienceAnalyticsDeviceScopeOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetUserExperienceAnalyticsDeviceScopeOperationOptions ¶
func DefaultGetUserExperienceAnalyticsDeviceScopeOperationOptions() GetUserExperienceAnalyticsDeviceScopeOperationOptions
func (GetUserExperienceAnalyticsDeviceScopeOperationOptions) ToHeaders ¶
func (o GetUserExperienceAnalyticsDeviceScopeOperationOptions) ToHeaders() *client.Headers
func (GetUserExperienceAnalyticsDeviceScopeOperationOptions) ToOData ¶
func (o GetUserExperienceAnalyticsDeviceScopeOperationOptions) ToOData() *odata.Query
func (GetUserExperienceAnalyticsDeviceScopeOperationOptions) ToQuery ¶
func (o GetUserExperienceAnalyticsDeviceScopeOperationOptions) ToQuery() *client.QueryParams
type GetUserExperienceAnalyticsDeviceScopesCountOperationOptions ¶
type GetUserExperienceAnalyticsDeviceScopesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetUserExperienceAnalyticsDeviceScopesCountOperationOptions ¶
func DefaultGetUserExperienceAnalyticsDeviceScopesCountOperationOptions() GetUserExperienceAnalyticsDeviceScopesCountOperationOptions
func (GetUserExperienceAnalyticsDeviceScopesCountOperationOptions) ToHeaders ¶
func (o GetUserExperienceAnalyticsDeviceScopesCountOperationOptions) ToHeaders() *client.Headers
func (GetUserExperienceAnalyticsDeviceScopesCountOperationOptions) ToOData ¶
func (o GetUserExperienceAnalyticsDeviceScopesCountOperationOptions) ToOData() *odata.Query
func (GetUserExperienceAnalyticsDeviceScopesCountOperationOptions) ToQuery ¶
func (o GetUserExperienceAnalyticsDeviceScopesCountOperationOptions) ToQuery() *client.QueryParams
type ListUserExperienceAnalyticsDeviceScopesCompleteResult ¶
type ListUserExperienceAnalyticsDeviceScopesCompleteResult struct { LatestHttpResponse *http.Response Items []beta.UserExperienceAnalyticsDeviceScope }
type ListUserExperienceAnalyticsDeviceScopesCustomPager ¶
type ListUserExperienceAnalyticsDeviceScopesCustomPager struct {
NextLink *odata.Link `json:"@odata.nextLink"`
}
func (*ListUserExperienceAnalyticsDeviceScopesCustomPager) NextPageLink ¶
func (p *ListUserExperienceAnalyticsDeviceScopesCustomPager) NextPageLink() *odata.Link
type ListUserExperienceAnalyticsDeviceScopesOperationOptions ¶
type ListUserExperienceAnalyticsDeviceScopesOperationOptions 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 DefaultListUserExperienceAnalyticsDeviceScopesOperationOptions ¶
func DefaultListUserExperienceAnalyticsDeviceScopesOperationOptions() ListUserExperienceAnalyticsDeviceScopesOperationOptions
func (ListUserExperienceAnalyticsDeviceScopesOperationOptions) ToHeaders ¶
func (o ListUserExperienceAnalyticsDeviceScopesOperationOptions) ToHeaders() *client.Headers
func (ListUserExperienceAnalyticsDeviceScopesOperationOptions) ToOData ¶
func (o ListUserExperienceAnalyticsDeviceScopesOperationOptions) ToOData() *odata.Query
func (ListUserExperienceAnalyticsDeviceScopesOperationOptions) ToQuery ¶
func (o ListUserExperienceAnalyticsDeviceScopesOperationOptions) ToQuery() *client.QueryParams
type UpdateUserExperienceAnalyticsDeviceScopeOperationOptions ¶
type UpdateUserExperienceAnalyticsDeviceScopeOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateUserExperienceAnalyticsDeviceScopeOperationOptions ¶
func DefaultUpdateUserExperienceAnalyticsDeviceScopeOperationOptions() UpdateUserExperienceAnalyticsDeviceScopeOperationOptions
func (UpdateUserExperienceAnalyticsDeviceScopeOperationOptions) ToHeaders ¶
func (o UpdateUserExperienceAnalyticsDeviceScopeOperationOptions) ToHeaders() *client.Headers
func (UpdateUserExperienceAnalyticsDeviceScopeOperationOptions) ToOData ¶
func (o UpdateUserExperienceAnalyticsDeviceScopeOperationOptions) ToOData() *odata.Query
func (UpdateUserExperienceAnalyticsDeviceScopeOperationOptions) ToQuery ¶
func (o UpdateUserExperienceAnalyticsDeviceScopeOperationOptions) ToQuery() *client.QueryParams
type UserExperienceAnalyticsDeviceScopeClient ¶
func NewUserExperienceAnalyticsDeviceScopeClientWithBaseURI ¶
func NewUserExperienceAnalyticsDeviceScopeClientWithBaseURI(sdkApi sdkEnv.Api) (*UserExperienceAnalyticsDeviceScopeClient, error)
func (UserExperienceAnalyticsDeviceScopeClient) CreateUserExperienceAnalyticsDeviceScope ¶
func (c UserExperienceAnalyticsDeviceScopeClient) CreateUserExperienceAnalyticsDeviceScope(ctx context.Context, input beta.UserExperienceAnalyticsDeviceScope, options CreateUserExperienceAnalyticsDeviceScopeOperationOptions) (result CreateUserExperienceAnalyticsDeviceScopeOperationResponse, err error)
CreateUserExperienceAnalyticsDeviceScope - Create new navigation property to userExperienceAnalyticsDeviceScopes for deviceManagement
func (UserExperienceAnalyticsDeviceScopeClient) CreateUserExperienceAnalyticsDeviceScopeTriggerAction ¶
func (c UserExperienceAnalyticsDeviceScopeClient) CreateUserExperienceAnalyticsDeviceScopeTriggerAction(ctx context.Context, id beta.DeviceManagementUserExperienceAnalyticsDeviceScopeId, input CreateUserExperienceAnalyticsDeviceScopeTriggerActionRequest, options CreateUserExperienceAnalyticsDeviceScopeTriggerActionOperationOptions) (result CreateUserExperienceAnalyticsDeviceScopeTriggerActionOperationResponse, err error)
CreateUserExperienceAnalyticsDeviceScopeTriggerAction - Invoke action triggerDeviceScopeAction
func (UserExperienceAnalyticsDeviceScopeClient) DeleteUserExperienceAnalyticsDeviceScope ¶
func (c UserExperienceAnalyticsDeviceScopeClient) DeleteUserExperienceAnalyticsDeviceScope(ctx context.Context, id beta.DeviceManagementUserExperienceAnalyticsDeviceScopeId, options DeleteUserExperienceAnalyticsDeviceScopeOperationOptions) (result DeleteUserExperienceAnalyticsDeviceScopeOperationResponse, err error)
DeleteUserExperienceAnalyticsDeviceScope - Delete navigation property userExperienceAnalyticsDeviceScopes for deviceManagement
func (UserExperienceAnalyticsDeviceScopeClient) GetUserExperienceAnalyticsDeviceScope ¶
func (c UserExperienceAnalyticsDeviceScopeClient) GetUserExperienceAnalyticsDeviceScope(ctx context.Context, id beta.DeviceManagementUserExperienceAnalyticsDeviceScopeId, options GetUserExperienceAnalyticsDeviceScopeOperationOptions) (result GetUserExperienceAnalyticsDeviceScopeOperationResponse, err error)
GetUserExperienceAnalyticsDeviceScope - Get userExperienceAnalyticsDeviceScopes from deviceManagement. The user experience analytics device scope entity contains device scope configuration use to apply filtering on the endpoint analytics reports.
func (UserExperienceAnalyticsDeviceScopeClient) GetUserExperienceAnalyticsDeviceScopesCount ¶
func (c UserExperienceAnalyticsDeviceScopeClient) GetUserExperienceAnalyticsDeviceScopesCount(ctx context.Context, options GetUserExperienceAnalyticsDeviceScopesCountOperationOptions) (result GetUserExperienceAnalyticsDeviceScopesCountOperationResponse, err error)
GetUserExperienceAnalyticsDeviceScopesCount - Get the number of the resource
func (UserExperienceAnalyticsDeviceScopeClient) ListUserExperienceAnalyticsDeviceScopes ¶
func (c UserExperienceAnalyticsDeviceScopeClient) ListUserExperienceAnalyticsDeviceScopes(ctx context.Context, options ListUserExperienceAnalyticsDeviceScopesOperationOptions) (result ListUserExperienceAnalyticsDeviceScopesOperationResponse, err error)
ListUserExperienceAnalyticsDeviceScopes - Get userExperienceAnalyticsDeviceScopes from deviceManagement. The user experience analytics device scope entity contains device scope configuration use to apply filtering on the endpoint analytics reports.
func (UserExperienceAnalyticsDeviceScopeClient) ListUserExperienceAnalyticsDeviceScopesComplete ¶
func (c UserExperienceAnalyticsDeviceScopeClient) ListUserExperienceAnalyticsDeviceScopesComplete(ctx context.Context, options ListUserExperienceAnalyticsDeviceScopesOperationOptions) (ListUserExperienceAnalyticsDeviceScopesCompleteResult, error)
ListUserExperienceAnalyticsDeviceScopesComplete retrieves all the results into a single object
func (UserExperienceAnalyticsDeviceScopeClient) ListUserExperienceAnalyticsDeviceScopesCompleteMatchingPredicate ¶
func (c UserExperienceAnalyticsDeviceScopeClient) ListUserExperienceAnalyticsDeviceScopesCompleteMatchingPredicate(ctx context.Context, options ListUserExperienceAnalyticsDeviceScopesOperationOptions, predicate UserExperienceAnalyticsDeviceScopeOperationPredicate) (result ListUserExperienceAnalyticsDeviceScopesCompleteResult, err error)
ListUserExperienceAnalyticsDeviceScopesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (UserExperienceAnalyticsDeviceScopeClient) UpdateUserExperienceAnalyticsDeviceScope ¶
func (c UserExperienceAnalyticsDeviceScopeClient) UpdateUserExperienceAnalyticsDeviceScope(ctx context.Context, id beta.DeviceManagementUserExperienceAnalyticsDeviceScopeId, input beta.UserExperienceAnalyticsDeviceScope, options UpdateUserExperienceAnalyticsDeviceScopeOperationOptions) (result UpdateUserExperienceAnalyticsDeviceScopeOperationResponse, err error)
UpdateUserExperienceAnalyticsDeviceScope - Update the navigation property userExperienceAnalyticsDeviceScopes in deviceManagement
type UserExperienceAnalyticsDeviceScopeOperationPredicate ¶
type UserExperienceAnalyticsDeviceScopeOperationPredicate struct { }
func (UserExperienceAnalyticsDeviceScopeOperationPredicate) Matches ¶
func (p UserExperienceAnalyticsDeviceScopeOperationPredicate) Matches(input beta.UserExperienceAnalyticsDeviceScope) bool
Source Files ¶
- client.go
- method_createuserexperienceanalyticsdevicescope.go
- method_createuserexperienceanalyticsdevicescopetriggeraction.go
- method_deleteuserexperienceanalyticsdevicescope.go
- method_getuserexperienceanalyticsdevicescope.go
- method_getuserexperienceanalyticsdevicescopescount.go
- method_listuserexperienceanalyticsdevicescopes.go
- method_updateuserexperienceanalyticsdevicescope.go
- model_createuserexperienceanalyticsdevicescopetriggeractionrequest.go
- predicates.go
- version.go