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 CreateIntentCategorySettingOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateIntentCategorySettingOperationOptions() CreateIntentCategorySettingOperationOptions + func (o CreateIntentCategorySettingOperationOptions) ToHeaders() *client.Headers + func (o CreateIntentCategorySettingOperationOptions) ToOData() *odata.Query + func (o CreateIntentCategorySettingOperationOptions) ToQuery() *client.QueryParams + type CreateIntentCategorySettingOperationResponse struct + HttpResponse *http.Response + Model beta.DeviceManagementSettingInstance + OData *odata.OData + type DeleteIntentCategorySettingOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteIntentCategorySettingOperationOptions() DeleteIntentCategorySettingOperationOptions + func (o DeleteIntentCategorySettingOperationOptions) ToHeaders() *client.Headers + func (o DeleteIntentCategorySettingOperationOptions) ToOData() *odata.Query + func (o DeleteIntentCategorySettingOperationOptions) ToQuery() *client.QueryParams + type DeleteIntentCategorySettingOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DeviceManagementSettingInstanceOperationPredicate struct + func (p DeviceManagementSettingInstanceOperationPredicate) Matches(input beta.DeviceManagementSettingInstance) bool + type GetIntentCategorySettingOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetIntentCategorySettingOperationOptions() GetIntentCategorySettingOperationOptions + func (o GetIntentCategorySettingOperationOptions) ToHeaders() *client.Headers + func (o GetIntentCategorySettingOperationOptions) ToOData() *odata.Query + func (o GetIntentCategorySettingOperationOptions) ToQuery() *client.QueryParams + type GetIntentCategorySettingOperationResponse struct + HttpResponse *http.Response + Model beta.DeviceManagementSettingInstance + OData *odata.OData + type GetIntentCategorySettingsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetIntentCategorySettingsCountOperationOptions() GetIntentCategorySettingsCountOperationOptions + func (o GetIntentCategorySettingsCountOperationOptions) ToHeaders() *client.Headers + func (o GetIntentCategorySettingsCountOperationOptions) ToOData() *odata.Query + func (o GetIntentCategorySettingsCountOperationOptions) ToQuery() *client.QueryParams + type GetIntentCategorySettingsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type IntentCategorySettingClient struct + Client *msgraph.Client + func NewIntentCategorySettingClientWithBaseURI(sdkApi sdkEnv.Api) (*IntentCategorySettingClient, error) + func (c IntentCategorySettingClient) CreateIntentCategorySetting(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, ...) (result CreateIntentCategorySettingOperationResponse, err error) + func (c IntentCategorySettingClient) DeleteIntentCategorySetting(ctx context.Context, id beta.DeviceManagementIntentIdCategoryIdSettingId, ...) (result DeleteIntentCategorySettingOperationResponse, err error) + func (c IntentCategorySettingClient) GetIntentCategorySetting(ctx context.Context, id beta.DeviceManagementIntentIdCategoryIdSettingId, ...) (result GetIntentCategorySettingOperationResponse, err error) + func (c IntentCategorySettingClient) GetIntentCategorySettingsCount(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, ...) (result GetIntentCategorySettingsCountOperationResponse, err error) + func (c IntentCategorySettingClient) ListIntentCategorySettings(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, ...) (result ListIntentCategorySettingsOperationResponse, err error) + func (c IntentCategorySettingClient) ListIntentCategorySettingsComplete(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, ...) (ListIntentCategorySettingsCompleteResult, error) + func (c IntentCategorySettingClient) ListIntentCategorySettingsCompleteMatchingPredicate(ctx context.Context, id beta.DeviceManagementIntentIdCategoryId, ...) (result ListIntentCategorySettingsCompleteResult, err error) + func (c IntentCategorySettingClient) UpdateIntentCategorySetting(ctx context.Context, id beta.DeviceManagementIntentIdCategoryIdSettingId, ...) (result UpdateIntentCategorySettingOperationResponse, err error) + type ListIntentCategorySettingsCompleteResult struct + Items []beta.DeviceManagementSettingInstance + LatestHttpResponse *http.Response + type ListIntentCategorySettingsCustomPager struct + NextLink *odata.Link + func (p *ListIntentCategorySettingsCustomPager) NextPageLink() *odata.Link + type ListIntentCategorySettingsOperationOptions 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 DefaultListIntentCategorySettingsOperationOptions() ListIntentCategorySettingsOperationOptions + func (o ListIntentCategorySettingsOperationOptions) ToHeaders() *client.Headers + func (o ListIntentCategorySettingsOperationOptions) ToOData() *odata.Query + func (o ListIntentCategorySettingsOperationOptions) ToQuery() *client.QueryParams + type ListIntentCategorySettingsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.DeviceManagementSettingInstance + OData *odata.OData + type UpdateIntentCategorySettingOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateIntentCategorySettingOperationOptions() UpdateIntentCategorySettingOperationOptions + func (o UpdateIntentCategorySettingOperationOptions) ToHeaders() *client.Headers + func (o UpdateIntentCategorySettingOperationOptions) ToOData() *odata.Query + func (o UpdateIntentCategorySettingOperationOptions) ToQuery() *client.QueryParams + type UpdateIntentCategorySettingOperationResponse struct + HttpResponse *http.Response + OData *odata.OData