Documentation ¶
Index ¶
- type DeleteManagedDeviceCategoryOperationOptions
- type DeleteManagedDeviceCategoryOperationResponse
- type GetManagedDeviceCategoryOperationOptions
- type GetManagedDeviceCategoryOperationResponse
- type ManagedDeviceDeviceCategoryClient
- func (c ManagedDeviceDeviceCategoryClient) DeleteManagedDeviceCategory(ctx context.Context, id beta.DeviceManagementManagedDeviceId, ...) (result DeleteManagedDeviceCategoryOperationResponse, err error)
- func (c ManagedDeviceDeviceCategoryClient) GetManagedDeviceCategory(ctx context.Context, id beta.DeviceManagementManagedDeviceId, ...) (result GetManagedDeviceCategoryOperationResponse, err error)
- func (c ManagedDeviceDeviceCategoryClient) UpdateManagedDeviceCategory(ctx context.Context, id beta.DeviceManagementManagedDeviceId, ...) (result UpdateManagedDeviceCategoryOperationResponse, err error)
- type UpdateManagedDeviceCategoryOperationOptions
- type UpdateManagedDeviceCategoryOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteManagedDeviceCategoryOperationOptions ¶
type DeleteManagedDeviceCategoryOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteManagedDeviceCategoryOperationOptions ¶
func DefaultDeleteManagedDeviceCategoryOperationOptions() DeleteManagedDeviceCategoryOperationOptions
func (DeleteManagedDeviceCategoryOperationOptions) ToHeaders ¶
func (o DeleteManagedDeviceCategoryOperationOptions) ToHeaders() *client.Headers
func (DeleteManagedDeviceCategoryOperationOptions) ToOData ¶
func (o DeleteManagedDeviceCategoryOperationOptions) ToOData() *odata.Query
func (DeleteManagedDeviceCategoryOperationOptions) ToQuery ¶
func (o DeleteManagedDeviceCategoryOperationOptions) ToQuery() *client.QueryParams
type GetManagedDeviceCategoryOperationOptions ¶
type GetManagedDeviceCategoryOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetManagedDeviceCategoryOperationOptions ¶
func DefaultGetManagedDeviceCategoryOperationOptions() GetManagedDeviceCategoryOperationOptions
func (GetManagedDeviceCategoryOperationOptions) ToHeaders ¶
func (o GetManagedDeviceCategoryOperationOptions) ToHeaders() *client.Headers
func (GetManagedDeviceCategoryOperationOptions) ToOData ¶
func (o GetManagedDeviceCategoryOperationOptions) ToOData() *odata.Query
func (GetManagedDeviceCategoryOperationOptions) ToQuery ¶
func (o GetManagedDeviceCategoryOperationOptions) ToQuery() *client.QueryParams
type ManagedDeviceDeviceCategoryClient ¶
func NewManagedDeviceDeviceCategoryClientWithBaseURI ¶
func NewManagedDeviceDeviceCategoryClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedDeviceDeviceCategoryClient, error)
func (ManagedDeviceDeviceCategoryClient) DeleteManagedDeviceCategory ¶
func (c ManagedDeviceDeviceCategoryClient) DeleteManagedDeviceCategory(ctx context.Context, id beta.DeviceManagementManagedDeviceId, options DeleteManagedDeviceCategoryOperationOptions) (result DeleteManagedDeviceCategoryOperationResponse, err error)
DeleteManagedDeviceCategory - Delete navigation property deviceCategory for deviceManagement
func (ManagedDeviceDeviceCategoryClient) GetManagedDeviceCategory ¶
func (c ManagedDeviceDeviceCategoryClient) GetManagedDeviceCategory(ctx context.Context, id beta.DeviceManagementManagedDeviceId, options GetManagedDeviceCategoryOperationOptions) (result GetManagedDeviceCategoryOperationResponse, err error)
GetManagedDeviceCategory - Get deviceCategory from deviceManagement. Device category
func (ManagedDeviceDeviceCategoryClient) UpdateManagedDeviceCategory ¶
func (c ManagedDeviceDeviceCategoryClient) UpdateManagedDeviceCategory(ctx context.Context, id beta.DeviceManagementManagedDeviceId, input beta.DeviceCategory, options UpdateManagedDeviceCategoryOperationOptions) (result UpdateManagedDeviceCategoryOperationResponse, err error)
UpdateManagedDeviceCategory - Update the navigation property deviceCategory in deviceManagement
type UpdateManagedDeviceCategoryOperationOptions ¶
type UpdateManagedDeviceCategoryOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateManagedDeviceCategoryOperationOptions ¶
func DefaultUpdateManagedDeviceCategoryOperationOptions() UpdateManagedDeviceCategoryOperationOptions
func (UpdateManagedDeviceCategoryOperationOptions) ToHeaders ¶
func (o UpdateManagedDeviceCategoryOperationOptions) ToHeaders() *client.Headers
func (UpdateManagedDeviceCategoryOperationOptions) ToOData ¶
func (o UpdateManagedDeviceCategoryOperationOptions) ToOData() *odata.Query
func (UpdateManagedDeviceCategoryOperationOptions) ToQuery ¶
func (o UpdateManagedDeviceCategoryOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.