Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type AssignIntentOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultAssignIntentOperationOptions() AssignIntentOperationOptions + func (o AssignIntentOperationOptions) ToHeaders() *client.Headers + func (o AssignIntentOperationOptions) ToOData() *odata.Query + func (o AssignIntentOperationOptions) ToQuery() *client.QueryParams + type AssignIntentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type AssignIntentRequest struct + Assignments *[]beta.DeviceManagementIntentAssignment + type CreateIntentCopyOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateIntentCopyOperationOptions() CreateIntentCopyOperationOptions + func (o CreateIntentCopyOperationOptions) ToHeaders() *client.Headers + func (o CreateIntentCopyOperationOptions) ToOData() *odata.Query + func (o CreateIntentCopyOperationOptions) ToQuery() *client.QueryParams + type CreateIntentCopyOperationResponse struct + HttpResponse *http.Response + Model *beta.DeviceManagementIntent + OData *odata.OData + type CreateIntentCopyRequest struct + Description nullable.Type[string] + DisplayName nullable.Type[string] + type CreateIntentMigrateToTemplateOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateIntentMigrateToTemplateOperationOptions() CreateIntentMigrateToTemplateOperationOptions + func (o CreateIntentMigrateToTemplateOperationOptions) ToHeaders() *client.Headers + func (o CreateIntentMigrateToTemplateOperationOptions) ToOData() *odata.Query + func (o CreateIntentMigrateToTemplateOperationOptions) ToQuery() *client.QueryParams + type CreateIntentMigrateToTemplateOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type CreateIntentMigrateToTemplateRequest struct + NewTemplateId nullable.Type[string] + PreserveCustomValues *bool + type CreateIntentOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateIntentOperationOptions() CreateIntentOperationOptions + func (o CreateIntentOperationOptions) ToHeaders() *client.Headers + func (o CreateIntentOperationOptions) ToOData() *odata.Query + func (o CreateIntentOperationOptions) ToQuery() *client.QueryParams + type CreateIntentOperationResponse struct + HttpResponse *http.Response + Model *beta.DeviceManagementIntent + OData *odata.OData + type DeleteIntentOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteIntentOperationOptions() DeleteIntentOperationOptions + func (o DeleteIntentOperationOptions) ToHeaders() *client.Headers + func (o DeleteIntentOperationOptions) ToOData() *odata.Query + func (o DeleteIntentOperationOptions) ToQuery() *client.QueryParams + type DeleteIntentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DeviceManagementIntentOperationPredicate struct + func (p DeviceManagementIntentOperationPredicate) Matches(input beta.DeviceManagementIntent) bool + type GetIntentOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetIntentOperationOptions() GetIntentOperationOptions + func (o GetIntentOperationOptions) ToHeaders() *client.Headers + func (o GetIntentOperationOptions) ToOData() *odata.Query + func (o GetIntentOperationOptions) ToQuery() *client.QueryParams + type GetIntentOperationResponse struct + HttpResponse *http.Response + Model *beta.DeviceManagementIntent + OData *odata.OData + type GetIntentsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetIntentsCountOperationOptions() GetIntentsCountOperationOptions + func (o GetIntentsCountOperationOptions) ToHeaders() *client.Headers + func (o GetIntentsCountOperationOptions) ToOData() *odata.Query + func (o GetIntentsCountOperationOptions) ToQuery() *client.QueryParams + type GetIntentsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type IntentClient struct + Client *msgraph.Client + func NewIntentClientWithBaseURI(sdkApi sdkEnv.Api) (*IntentClient, error) + func (c IntentClient) AssignIntent(ctx context.Context, id beta.DeviceManagementIntentId, ...) (result AssignIntentOperationResponse, err error) + func (c IntentClient) CreateIntent(ctx context.Context, input beta.DeviceManagementIntent, ...) (result CreateIntentOperationResponse, err error) + func (c IntentClient) CreateIntentCopy(ctx context.Context, id beta.DeviceManagementIntentId, ...) (result CreateIntentCopyOperationResponse, err error) + func (c IntentClient) CreateIntentMigrateToTemplate(ctx context.Context, id beta.DeviceManagementIntentId, ...) (result CreateIntentMigrateToTemplateOperationResponse, err error) + func (c IntentClient) DeleteIntent(ctx context.Context, id beta.DeviceManagementIntentId, ...) (result DeleteIntentOperationResponse, err error) + func (c IntentClient) GetIntent(ctx context.Context, id beta.DeviceManagementIntentId, ...) (result GetIntentOperationResponse, err error) + func (c IntentClient) GetIntentsCount(ctx context.Context, options GetIntentsCountOperationOptions) (result GetIntentsCountOperationResponse, err error) + func (c IntentClient) ListIntents(ctx context.Context, options ListIntentsOperationOptions) (result ListIntentsOperationResponse, err error) + func (c IntentClient) ListIntentsComplete(ctx context.Context, options ListIntentsOperationOptions) (ListIntentsCompleteResult, error) + func (c IntentClient) ListIntentsCompleteMatchingPredicate(ctx context.Context, options ListIntentsOperationOptions, ...) (result ListIntentsCompleteResult, err error) + func (c IntentClient) UpdateIntent(ctx context.Context, id beta.DeviceManagementIntentId, ...) (result UpdateIntentOperationResponse, err error) + func (c IntentClient) UpdateIntentSettings(ctx context.Context, id beta.DeviceManagementIntentId, ...) (result UpdateIntentSettingsOperationResponse, err error) + type ListIntentsCompleteResult struct + Items []beta.DeviceManagementIntent + LatestHttpResponse *http.Response + type ListIntentsCustomPager struct + NextLink *odata.Link + func (p *ListIntentsCustomPager) NextPageLink() *odata.Link + type ListIntentsOperationOptions 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 DefaultListIntentsOperationOptions() ListIntentsOperationOptions + func (o ListIntentsOperationOptions) ToHeaders() *client.Headers + func (o ListIntentsOperationOptions) ToOData() *odata.Query + func (o ListIntentsOperationOptions) ToQuery() *client.QueryParams + type ListIntentsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.DeviceManagementIntent + OData *odata.OData + type UpdateIntentOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateIntentOperationOptions() UpdateIntentOperationOptions + func (o UpdateIntentOperationOptions) ToHeaders() *client.Headers + func (o UpdateIntentOperationOptions) ToOData() *odata.Query + func (o UpdateIntentOperationOptions) ToQuery() *client.QueryParams + type UpdateIntentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type UpdateIntentSettingsOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateIntentSettingsOperationOptions() UpdateIntentSettingsOperationOptions + func (o UpdateIntentSettingsOperationOptions) ToHeaders() *client.Headers + func (o UpdateIntentSettingsOperationOptions) ToOData() *odata.Query + func (o UpdateIntentSettingsOperationOptions) ToQuery() *client.QueryParams + type UpdateIntentSettingsOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type UpdateIntentSettingsRequest struct + Settings *[]beta.DeviceManagementSettingInstance