Documentation ¶
Index ¶
- type CreateIntentAssignmentOperationOptions
- type CreateIntentAssignmentOperationResponse
- type DeleteIntentAssignmentOperationOptions
- type DeleteIntentAssignmentOperationResponse
- type DeviceManagementIntentAssignmentOperationPredicate
- type GetIntentAssignmentOperationOptions
- type GetIntentAssignmentOperationResponse
- type GetIntentAssignmentsCountOperationOptions
- type GetIntentAssignmentsCountOperationResponse
- type IntentAssignmentClient
- func (c IntentAssignmentClient) CreateIntentAssignment(ctx context.Context, id beta.DeviceManagementIntentId, ...) (result CreateIntentAssignmentOperationResponse, err error)
- func (c IntentAssignmentClient) DeleteIntentAssignment(ctx context.Context, id beta.DeviceManagementIntentIdAssignmentId, ...) (result DeleteIntentAssignmentOperationResponse, err error)
- func (c IntentAssignmentClient) GetIntentAssignment(ctx context.Context, id beta.DeviceManagementIntentIdAssignmentId, ...) (result GetIntentAssignmentOperationResponse, err error)
- func (c IntentAssignmentClient) GetIntentAssignmentsCount(ctx context.Context, id beta.DeviceManagementIntentId, ...) (result GetIntentAssignmentsCountOperationResponse, err error)
- func (c IntentAssignmentClient) ListIntentAssignments(ctx context.Context, id beta.DeviceManagementIntentId, ...) (result ListIntentAssignmentsOperationResponse, err error)
- func (c IntentAssignmentClient) ListIntentAssignmentsComplete(ctx context.Context, id beta.DeviceManagementIntentId, ...) (ListIntentAssignmentsCompleteResult, error)
- func (c IntentAssignmentClient) ListIntentAssignmentsCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementIntentId, ...) (result ListIntentAssignmentsCompleteResult, err error)
- func (c IntentAssignmentClient) UpdateIntentAssignment(ctx context.Context, id beta.DeviceManagementIntentIdAssignmentId, ...) (result UpdateIntentAssignmentOperationResponse, err error)
- type ListIntentAssignmentsCompleteResult
- type ListIntentAssignmentsCustomPager
- type ListIntentAssignmentsOperationOptions
- type ListIntentAssignmentsOperationResponse
- type UpdateIntentAssignmentOperationOptions
- type UpdateIntentAssignmentOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateIntentAssignmentOperationOptions ¶
type CreateIntentAssignmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultCreateIntentAssignmentOperationOptions ¶
func DefaultCreateIntentAssignmentOperationOptions() CreateIntentAssignmentOperationOptions
func (CreateIntentAssignmentOperationOptions) ToHeaders ¶
func (o CreateIntentAssignmentOperationOptions) ToHeaders() *client.Headers
func (CreateIntentAssignmentOperationOptions) ToOData ¶
func (o CreateIntentAssignmentOperationOptions) ToOData() *odata.Query
func (CreateIntentAssignmentOperationOptions) ToQuery ¶
func (o CreateIntentAssignmentOperationOptions) ToQuery() *client.QueryParams
type DeleteIntentAssignmentOperationOptions ¶
type DeleteIntentAssignmentOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteIntentAssignmentOperationOptions ¶
func DefaultDeleteIntentAssignmentOperationOptions() DeleteIntentAssignmentOperationOptions
func (DeleteIntentAssignmentOperationOptions) ToHeaders ¶
func (o DeleteIntentAssignmentOperationOptions) ToHeaders() *client.Headers
func (DeleteIntentAssignmentOperationOptions) ToOData ¶
func (o DeleteIntentAssignmentOperationOptions) ToOData() *odata.Query
func (DeleteIntentAssignmentOperationOptions) ToQuery ¶
func (o DeleteIntentAssignmentOperationOptions) ToQuery() *client.QueryParams
type DeviceManagementIntentAssignmentOperationPredicate ¶
type DeviceManagementIntentAssignmentOperationPredicate struct { }
func (DeviceManagementIntentAssignmentOperationPredicate) Matches ¶
func (p DeviceManagementIntentAssignmentOperationPredicate) Matches(input beta.DeviceManagementIntentAssignment) bool
type GetIntentAssignmentOperationOptions ¶
type GetIntentAssignmentOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetIntentAssignmentOperationOptions ¶
func DefaultGetIntentAssignmentOperationOptions() GetIntentAssignmentOperationOptions
func (GetIntentAssignmentOperationOptions) ToHeaders ¶
func (o GetIntentAssignmentOperationOptions) ToHeaders() *client.Headers
func (GetIntentAssignmentOperationOptions) ToOData ¶
func (o GetIntentAssignmentOperationOptions) ToOData() *odata.Query
func (GetIntentAssignmentOperationOptions) ToQuery ¶
func (o GetIntentAssignmentOperationOptions) ToQuery() *client.QueryParams
type GetIntentAssignmentsCountOperationOptions ¶
type GetIntentAssignmentsCountOperationOptions struct { Filter *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Search *string }
func DefaultGetIntentAssignmentsCountOperationOptions ¶
func DefaultGetIntentAssignmentsCountOperationOptions() GetIntentAssignmentsCountOperationOptions
func (GetIntentAssignmentsCountOperationOptions) ToHeaders ¶
func (o GetIntentAssignmentsCountOperationOptions) ToHeaders() *client.Headers
func (GetIntentAssignmentsCountOperationOptions) ToOData ¶
func (o GetIntentAssignmentsCountOperationOptions) ToOData() *odata.Query
func (GetIntentAssignmentsCountOperationOptions) ToQuery ¶
func (o GetIntentAssignmentsCountOperationOptions) ToQuery() *client.QueryParams
type IntentAssignmentClient ¶
func NewIntentAssignmentClientWithBaseURI ¶
func NewIntentAssignmentClientWithBaseURI(sdkApi sdkEnv.Api) (*IntentAssignmentClient, error)
func (IntentAssignmentClient) CreateIntentAssignment ¶
func (c IntentAssignmentClient) CreateIntentAssignment(ctx context.Context, id beta.DeviceManagementIntentId, input beta.DeviceManagementIntentAssignment, options CreateIntentAssignmentOperationOptions) (result CreateIntentAssignmentOperationResponse, err error)
CreateIntentAssignment - Create new navigation property to assignments for deviceManagement
func (IntentAssignmentClient) DeleteIntentAssignment ¶
func (c IntentAssignmentClient) DeleteIntentAssignment(ctx context.Context, id beta.DeviceManagementIntentIdAssignmentId, options DeleteIntentAssignmentOperationOptions) (result DeleteIntentAssignmentOperationResponse, err error)
DeleteIntentAssignment - Delete navigation property assignments for deviceManagement
func (IntentAssignmentClient) GetIntentAssignment ¶
func (c IntentAssignmentClient) GetIntentAssignment(ctx context.Context, id beta.DeviceManagementIntentIdAssignmentId, options GetIntentAssignmentOperationOptions) (result GetIntentAssignmentOperationResponse, err error)
GetIntentAssignment - Get assignments from deviceManagement. Collection of assignments
func (IntentAssignmentClient) GetIntentAssignmentsCount ¶
func (c IntentAssignmentClient) GetIntentAssignmentsCount(ctx context.Context, id beta.DeviceManagementIntentId, options GetIntentAssignmentsCountOperationOptions) (result GetIntentAssignmentsCountOperationResponse, err error)
GetIntentAssignmentsCount - Get the number of the resource
func (IntentAssignmentClient) ListIntentAssignments ¶
func (c IntentAssignmentClient) ListIntentAssignments(ctx context.Context, id beta.DeviceManagementIntentId, options ListIntentAssignmentsOperationOptions) (result ListIntentAssignmentsOperationResponse, err error)
ListIntentAssignments - Get assignments from deviceManagement. Collection of assignments
func (IntentAssignmentClient) ListIntentAssignmentsComplete ¶
func (c IntentAssignmentClient) ListIntentAssignmentsComplete(ctx context.Context, id beta.DeviceManagementIntentId, options ListIntentAssignmentsOperationOptions) (ListIntentAssignmentsCompleteResult, error)
ListIntentAssignmentsComplete retrieves all the results into a single object
func (IntentAssignmentClient) ListIntentAssignmentsCompleteMatchingPredicate ¶
func (c IntentAssignmentClient) ListIntentAssignmentsCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementIntentId, options ListIntentAssignmentsOperationOptions, predicate DeviceManagementIntentAssignmentOperationPredicate) (result ListIntentAssignmentsCompleteResult, err error)
ListIntentAssignmentsCompleteMatchingPredicate retrieves all the results and then applies the predicate
func (IntentAssignmentClient) UpdateIntentAssignment ¶
func (c IntentAssignmentClient) UpdateIntentAssignment(ctx context.Context, id beta.DeviceManagementIntentIdAssignmentId, input beta.DeviceManagementIntentAssignment, options UpdateIntentAssignmentOperationOptions) (result UpdateIntentAssignmentOperationResponse, err error)
UpdateIntentAssignment - Update the navigation property assignments in deviceManagement
type ListIntentAssignmentsCompleteResult ¶
type ListIntentAssignmentsCompleteResult struct { LatestHttpResponse *http.Response Items []beta.DeviceManagementIntentAssignment }
type ListIntentAssignmentsCustomPager ¶
func (*ListIntentAssignmentsCustomPager) NextPageLink ¶
func (p *ListIntentAssignmentsCustomPager) NextPageLink() *odata.Link
type ListIntentAssignmentsOperationOptions ¶
type ListIntentAssignmentsOperationOptions 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 DefaultListIntentAssignmentsOperationOptions ¶
func DefaultListIntentAssignmentsOperationOptions() ListIntentAssignmentsOperationOptions
func (ListIntentAssignmentsOperationOptions) ToHeaders ¶
func (o ListIntentAssignmentsOperationOptions) ToHeaders() *client.Headers
func (ListIntentAssignmentsOperationOptions) ToOData ¶
func (o ListIntentAssignmentsOperationOptions) ToOData() *odata.Query
func (ListIntentAssignmentsOperationOptions) ToQuery ¶
func (o ListIntentAssignmentsOperationOptions) ToQuery() *client.QueryParams
type UpdateIntentAssignmentOperationOptions ¶
type UpdateIntentAssignmentOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateIntentAssignmentOperationOptions ¶
func DefaultUpdateIntentAssignmentOperationOptions() UpdateIntentAssignmentOperationOptions
func (UpdateIntentAssignmentOperationOptions) ToHeaders ¶
func (o UpdateIntentAssignmentOperationOptions) ToHeaders() *client.Headers
func (UpdateIntentAssignmentOperationOptions) ToOData ¶
func (o UpdateIntentAssignmentOperationOptions) ToOData() *odata.Query
func (UpdateIntentAssignmentOperationOptions) ToQuery ¶
func (o UpdateIntentAssignmentOperationOptions) ToQuery() *client.QueryParams