Documentation ¶
Index ¶
- type CreateIntentUserStateOperationOptions
- type CreateIntentUserStateOperationResponse
- type DeleteIntentUserStateOperationOptions
- type DeleteIntentUserStateOperationResponse
- type DeviceManagementIntentUserStateOperationPredicate
- type GetIntentUserStateOperationOptions
- type GetIntentUserStateOperationResponse
- type GetIntentUserStatesCountOperationOptions
- type GetIntentUserStatesCountOperationResponse
- type IntentUserStateClient
- func (c IntentUserStateClient) CreateIntentUserState(ctx context.Context, id beta.DeviceManagementIntentId, ...) (result CreateIntentUserStateOperationResponse, err error)
- func (c IntentUserStateClient) DeleteIntentUserState(ctx context.Context, id beta.DeviceManagementIntentIdUserStateId, ...) (result DeleteIntentUserStateOperationResponse, err error)
- func (c IntentUserStateClient) GetIntentUserState(ctx context.Context, id beta.DeviceManagementIntentIdUserStateId, ...) (result GetIntentUserStateOperationResponse, err error)
- func (c IntentUserStateClient) GetIntentUserStatesCount(ctx context.Context, id beta.DeviceManagementIntentId, ...) (result GetIntentUserStatesCountOperationResponse, err error)
- func (c IntentUserStateClient) ListIntentUserStates(ctx context.Context, id beta.DeviceManagementIntentId, ...) (result ListIntentUserStatesOperationResponse, err error)
- func (c IntentUserStateClient) ListIntentUserStatesComplete(ctx context.Context, id beta.DeviceManagementIntentId, ...) (ListIntentUserStatesCompleteResult, error)
- func (c IntentUserStateClient) ListIntentUserStatesCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementIntentId, ...) (result ListIntentUserStatesCompleteResult, err error)
- func (c IntentUserStateClient) UpdateIntentUserState(ctx context.Context, id beta.DeviceManagementIntentIdUserStateId, ...) (result UpdateIntentUserStateOperationResponse, err error)
- type ListIntentUserStatesCompleteResult
- type ListIntentUserStatesCustomPager
- type ListIntentUserStatesOperationOptions
- type ListIntentUserStatesOperationResponse
- type UpdateIntentUserStateOperationOptions
- type UpdateIntentUserStateOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateIntentUserStateOperationOptions ¶
type CreateIntentUserStateOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateIntentUserStateOperationOptions ¶
func DefaultCreateIntentUserStateOperationOptions() CreateIntentUserStateOperationOptions
func (CreateIntentUserStateOperationOptions) ToHeaders ¶
func (o CreateIntentUserStateOperationOptions) ToHeaders() *client.Headers
func (CreateIntentUserStateOperationOptions) ToOData ¶
func (o CreateIntentUserStateOperationOptions) ToOData() *odata.Query
func (CreateIntentUserStateOperationOptions) ToQuery ¶
func (o CreateIntentUserStateOperationOptions) ToQuery() *client.QueryParams
type DeleteIntentUserStateOperationOptions ¶
type DeleteIntentUserStateOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteIntentUserStateOperationOptions ¶
func DefaultDeleteIntentUserStateOperationOptions() DeleteIntentUserStateOperationOptions
func (DeleteIntentUserStateOperationOptions) ToHeaders ¶
func (o DeleteIntentUserStateOperationOptions) ToHeaders() *client.Headers
func (DeleteIntentUserStateOperationOptions) ToOData ¶
func (o DeleteIntentUserStateOperationOptions) ToOData() *odata.Query
func (DeleteIntentUserStateOperationOptions) ToQuery ¶
func (o DeleteIntentUserStateOperationOptions) ToQuery() *client.QueryParams
type DeviceManagementIntentUserStateOperationPredicate ¶
type DeviceManagementIntentUserStateOperationPredicate struct { }
func (DeviceManagementIntentUserStateOperationPredicate) Matches ¶
func (p DeviceManagementIntentUserStateOperationPredicate) Matches(input beta.DeviceManagementIntentUserState) bool
type GetIntentUserStateOperationOptions ¶
type GetIntentUserStateOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetIntentUserStateOperationOptions ¶
func DefaultGetIntentUserStateOperationOptions() GetIntentUserStateOperationOptions
func (GetIntentUserStateOperationOptions) ToHeaders ¶
func (o GetIntentUserStateOperationOptions) ToHeaders() *client.Headers
func (GetIntentUserStateOperationOptions) ToOData ¶
func (o GetIntentUserStateOperationOptions) ToOData() *odata.Query
func (GetIntentUserStateOperationOptions) ToQuery ¶
func (o GetIntentUserStateOperationOptions) ToQuery() *client.QueryParams
type GetIntentUserStatesCountOperationOptions ¶
type GetIntentUserStatesCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetIntentUserStatesCountOperationOptions ¶
func DefaultGetIntentUserStatesCountOperationOptions() GetIntentUserStatesCountOperationOptions
func (GetIntentUserStatesCountOperationOptions) ToHeaders ¶
func (o GetIntentUserStatesCountOperationOptions) ToHeaders() *client.Headers
func (GetIntentUserStatesCountOperationOptions) ToOData ¶
func (o GetIntentUserStatesCountOperationOptions) ToOData() *odata.Query
func (GetIntentUserStatesCountOperationOptions) ToQuery ¶
func (o GetIntentUserStatesCountOperationOptions) ToQuery() *client.QueryParams
type IntentUserStateClient ¶
func NewIntentUserStateClientWithBaseURI ¶
func NewIntentUserStateClientWithBaseURI(sdkApi sdkEnv.Api) (*IntentUserStateClient, error)
func (IntentUserStateClient) CreateIntentUserState ¶
func (c IntentUserStateClient) CreateIntentUserState(ctx context.Context, id beta.DeviceManagementIntentId, input beta.DeviceManagementIntentUserState, options CreateIntentUserStateOperationOptions) (result CreateIntentUserStateOperationResponse, err error)
CreateIntentUserState - Create new navigation property to userStates for deviceManagement
func (IntentUserStateClient) DeleteIntentUserState ¶
func (c IntentUserStateClient) DeleteIntentUserState(ctx context.Context, id beta.DeviceManagementIntentIdUserStateId, options DeleteIntentUserStateOperationOptions) (result DeleteIntentUserStateOperationResponse, err error)
DeleteIntentUserState - Delete navigation property userStates for deviceManagement
func (IntentUserStateClient) GetIntentUserState ¶
func (c IntentUserStateClient) GetIntentUserState(ctx context.Context, id beta.DeviceManagementIntentIdUserStateId, options GetIntentUserStateOperationOptions) (result GetIntentUserStateOperationResponse, err error)
GetIntentUserState - Get userStates from deviceManagement. Collection of states of all users that the intent is applied to
func (IntentUserStateClient) GetIntentUserStatesCount ¶
func (c IntentUserStateClient) GetIntentUserStatesCount(ctx context.Context, id beta.DeviceManagementIntentId, options GetIntentUserStatesCountOperationOptions) (result GetIntentUserStatesCountOperationResponse, err error)
GetIntentUserStatesCount - Get the number of the resource
func (IntentUserStateClient) ListIntentUserStates ¶
func (c IntentUserStateClient) ListIntentUserStates(ctx context.Context, id beta.DeviceManagementIntentId, options ListIntentUserStatesOperationOptions) (result ListIntentUserStatesOperationResponse, err error)
ListIntentUserStates - Get userStates from deviceManagement. Collection of states of all users that the intent is applied to
func (IntentUserStateClient) ListIntentUserStatesComplete ¶
func (c IntentUserStateClient) ListIntentUserStatesComplete(ctx context.Context, id beta.DeviceManagementIntentId, options ListIntentUserStatesOperationOptions) (ListIntentUserStatesCompleteResult, error)
ListIntentUserStatesComplete retrieves all the results into a single object
func (IntentUserStateClient) ListIntentUserStatesCompleteMatchingPredicate ¶
func (c IntentUserStateClient) ListIntentUserStatesCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementIntentId, options ListIntentUserStatesOperationOptions, predicate DeviceManagementIntentUserStateOperationPredicate) (result ListIntentUserStatesCompleteResult, err error)
ListIntentUserStatesCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (IntentUserStateClient) UpdateIntentUserState ¶
func (c IntentUserStateClient) UpdateIntentUserState(ctx context.Context, id beta.DeviceManagementIntentIdUserStateId, input beta.DeviceManagementIntentUserState, options UpdateIntentUserStateOperationOptions) (result UpdateIntentUserStateOperationResponse, err error)
UpdateIntentUserState - Update the navigation property userStates in deviceManagement
type ListIntentUserStatesCompleteResult ¶
type ListIntentUserStatesCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DeviceManagementIntentUserState }
type ListIntentUserStatesCustomPager ¶
func (*ListIntentUserStatesCustomPager) NextPageLink ¶
func (p *ListIntentUserStatesCustomPager) NextPageLink() *odata.Link
type ListIntentUserStatesOperationOptions ¶
type ListIntentUserStatesOperationOptions 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 DefaultListIntentUserStatesOperationOptions ¶
func DefaultListIntentUserStatesOperationOptions() ListIntentUserStatesOperationOptions
func (ListIntentUserStatesOperationOptions) ToHeaders ¶
func (o ListIntentUserStatesOperationOptions) ToHeaders() *client.Headers
func (ListIntentUserStatesOperationOptions) ToOData ¶
func (o ListIntentUserStatesOperationOptions) ToOData() *odata.Query
func (ListIntentUserStatesOperationOptions) ToQuery ¶
func (o ListIntentUserStatesOperationOptions) ToQuery() *client.QueryParams
type UpdateIntentUserStateOperationOptions ¶
type UpdateIntentUserStateOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateIntentUserStateOperationOptions ¶
func DefaultUpdateIntentUserStateOperationOptions() UpdateIntentUserStateOperationOptions
func (UpdateIntentUserStateOperationOptions) ToHeaders ¶
func (o UpdateIntentUserStateOperationOptions) ToHeaders() *client.Headers
func (UpdateIntentUserStateOperationOptions) ToOData ¶
func (o UpdateIntentUserStateOperationOptions) ToOData() *odata.Query
func (UpdateIntentUserStateOperationOptions) ToQuery ¶
func (o UpdateIntentUserStateOperationOptions) ToQuery() *client.QueryParams