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 DeleteDeviceManagementOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteDeviceManagementOperationOptions() DeleteDeviceManagementOperationOptions + func (o DeleteDeviceManagementOperationOptions) ToHeaders() *client.Headers + func (o DeleteDeviceManagementOperationOptions) ToOData() *odata.Query + func (o DeleteDeviceManagementOperationOptions) ToQuery() *client.QueryParams + type DeleteDeviceManagementOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DeviceManagementClient struct + Client *msgraph.Client + func NewDeviceManagementClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceManagementClient, error) + func (c DeviceManagementClient) DeleteDeviceManagement(ctx context.Context, options DeleteDeviceManagementOperationOptions) (result DeleteDeviceManagementOperationResponse, err error) + func (c DeviceManagementClient) GetDeviceManagement(ctx context.Context, options GetDeviceManagementOperationOptions) (result GetDeviceManagementOperationResponse, err error) + func (c DeviceManagementClient) UpdateDeviceManagement(ctx context.Context, input beta.RbacApplicationMultiple, ...) (result UpdateDeviceManagementOperationResponse, err error) + type GetDeviceManagementOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetDeviceManagementOperationOptions() GetDeviceManagementOperationOptions + func (o GetDeviceManagementOperationOptions) ToHeaders() *client.Headers + func (o GetDeviceManagementOperationOptions) ToOData() *odata.Query + func (o GetDeviceManagementOperationOptions) ToQuery() *client.QueryParams + type GetDeviceManagementOperationResponse struct + HttpResponse *http.Response + Model *beta.RbacApplicationMultiple + OData *odata.OData + type UpdateDeviceManagementOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateDeviceManagementOperationOptions() UpdateDeviceManagementOperationOptions + func (o UpdateDeviceManagementOperationOptions) ToHeaders() *client.Headers + func (o UpdateDeviceManagementOperationOptions) ToOData() *odata.Query + func (o UpdateDeviceManagementOperationOptions) ToQuery() *client.QueryParams + type UpdateDeviceManagementOperationResponse struct + HttpResponse *http.Response + OData *odata.OData