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 DeleteManagedDeviceCategoryOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteManagedDeviceCategoryOperationOptions() DeleteManagedDeviceCategoryOperationOptions + func (o DeleteManagedDeviceCategoryOperationOptions) ToHeaders() *client.Headers + func (o DeleteManagedDeviceCategoryOperationOptions) ToOData() *odata.Query + func (o DeleteManagedDeviceCategoryOperationOptions) ToQuery() *client.QueryParams + type DeleteManagedDeviceCategoryOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GetManagedDeviceCategoryOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetManagedDeviceCategoryOperationOptions() GetManagedDeviceCategoryOperationOptions + func (o GetManagedDeviceCategoryOperationOptions) ToHeaders() *client.Headers + func (o GetManagedDeviceCategoryOperationOptions) ToOData() *odata.Query + func (o GetManagedDeviceCategoryOperationOptions) ToQuery() *client.QueryParams + type GetManagedDeviceCategoryOperationResponse struct + HttpResponse *http.Response + Model *stable.DeviceCategory + OData *odata.OData + type ManagedDeviceDeviceCategoryClient struct + Client *msgraph.Client + func NewManagedDeviceDeviceCategoryClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedDeviceDeviceCategoryClient, error) + func (c ManagedDeviceDeviceCategoryClient) DeleteManagedDeviceCategory(ctx context.Context, id stable.DeviceManagementManagedDeviceId, ...) (result DeleteManagedDeviceCategoryOperationResponse, err error) + func (c ManagedDeviceDeviceCategoryClient) GetManagedDeviceCategory(ctx context.Context, id stable.DeviceManagementManagedDeviceId, ...) (result GetManagedDeviceCategoryOperationResponse, err error) + func (c ManagedDeviceDeviceCategoryClient) UpdateManagedDeviceCategory(ctx context.Context, id stable.DeviceManagementManagedDeviceId, ...) (result UpdateManagedDeviceCategoryOperationResponse, err error) + type UpdateManagedDeviceCategoryOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateManagedDeviceCategoryOperationOptions() UpdateManagedDeviceCategoryOperationOptions + func (o UpdateManagedDeviceCategoryOperationOptions) ToHeaders() *client.Headers + func (o UpdateManagedDeviceCategoryOperationOptions) ToOData() *odata.Query + func (o UpdateManagedDeviceCategoryOperationOptions) ToQuery() *client.QueryParams + type UpdateManagedDeviceCategoryOperationResponse struct + HttpResponse *http.Response + OData *odata.OData