Documentation ¶
Index ¶
- type ComanagedDeviceDeviceCategoryClient
- func (c ComanagedDeviceDeviceCategoryClient) DeleteComanagedDeviceCategory(ctx context.Context, id beta.DeviceManagementComanagedDeviceId, ...) (result DeleteComanagedDeviceCategoryOperationResponse, err error)
- func (c ComanagedDeviceDeviceCategoryClient) GetComanagedDeviceCategory(ctx context.Context, id beta.DeviceManagementComanagedDeviceId, ...) (result GetComanagedDeviceCategoryOperationResponse, err error)
- func (c ComanagedDeviceDeviceCategoryClient) UpdateComanagedDeviceCategory(ctx context.Context, id beta.DeviceManagementComanagedDeviceId, ...) (result UpdateComanagedDeviceCategoryOperationResponse, err error)
- type DeleteComanagedDeviceCategoryOperationOptions
- type DeleteComanagedDeviceCategoryOperationResponse
- type GetComanagedDeviceCategoryOperationOptions
- type GetComanagedDeviceCategoryOperationResponse
- type UpdateComanagedDeviceCategoryOperationOptions
- type UpdateComanagedDeviceCategoryOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComanagedDeviceDeviceCategoryClient ¶
func NewComanagedDeviceDeviceCategoryClientWithBaseURI ¶
func NewComanagedDeviceDeviceCategoryClientWithBaseURI(sdkApi sdkEnv.Api) (*ComanagedDeviceDeviceCategoryClient, error)
func (ComanagedDeviceDeviceCategoryClient) DeleteComanagedDeviceCategory ¶
func (c ComanagedDeviceDeviceCategoryClient) DeleteComanagedDeviceCategory(ctx context.Context, id beta.DeviceManagementComanagedDeviceId, options DeleteComanagedDeviceCategoryOperationOptions) (result DeleteComanagedDeviceCategoryOperationResponse, err error)
DeleteComanagedDeviceCategory - Delete navigation property deviceCategory for deviceManagement
func (ComanagedDeviceDeviceCategoryClient) GetComanagedDeviceCategory ¶
func (c ComanagedDeviceDeviceCategoryClient) GetComanagedDeviceCategory(ctx context.Context, id beta.DeviceManagementComanagedDeviceId, options GetComanagedDeviceCategoryOperationOptions) (result GetComanagedDeviceCategoryOperationResponse, err error)
GetComanagedDeviceCategory - Get deviceCategory from deviceManagement. Device category
func (ComanagedDeviceDeviceCategoryClient) UpdateComanagedDeviceCategory ¶
func (c ComanagedDeviceDeviceCategoryClient) UpdateComanagedDeviceCategory(ctx context.Context, id beta.DeviceManagementComanagedDeviceId, input beta.DeviceCategory, options UpdateComanagedDeviceCategoryOperationOptions) (result UpdateComanagedDeviceCategoryOperationResponse, err error)
UpdateComanagedDeviceCategory - Update the navigation property deviceCategory in deviceManagement
type DeleteComanagedDeviceCategoryOperationOptions ¶
type DeleteComanagedDeviceCategoryOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteComanagedDeviceCategoryOperationOptions ¶
func DefaultDeleteComanagedDeviceCategoryOperationOptions() DeleteComanagedDeviceCategoryOperationOptions
func (DeleteComanagedDeviceCategoryOperationOptions) ToHeaders ¶
func (o DeleteComanagedDeviceCategoryOperationOptions) ToHeaders() *client.Headers
func (DeleteComanagedDeviceCategoryOperationOptions) ToOData ¶
func (o DeleteComanagedDeviceCategoryOperationOptions) ToOData() *odata.Query
func (DeleteComanagedDeviceCategoryOperationOptions) ToQuery ¶
func (o DeleteComanagedDeviceCategoryOperationOptions) ToQuery() *client.QueryParams
type GetComanagedDeviceCategoryOperationOptions ¶
type GetComanagedDeviceCategoryOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetComanagedDeviceCategoryOperationOptions ¶
func DefaultGetComanagedDeviceCategoryOperationOptions() GetComanagedDeviceCategoryOperationOptions
func (GetComanagedDeviceCategoryOperationOptions) ToHeaders ¶
func (o GetComanagedDeviceCategoryOperationOptions) ToHeaders() *client.Headers
func (GetComanagedDeviceCategoryOperationOptions) ToOData ¶
func (o GetComanagedDeviceCategoryOperationOptions) ToOData() *odata.Query
func (GetComanagedDeviceCategoryOperationOptions) ToQuery ¶
func (o GetComanagedDeviceCategoryOperationOptions) ToQuery() *client.QueryParams
type UpdateComanagedDeviceCategoryOperationOptions ¶
type UpdateComanagedDeviceCategoryOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateComanagedDeviceCategoryOperationOptions ¶
func DefaultUpdateComanagedDeviceCategoryOperationOptions() UpdateComanagedDeviceCategoryOperationOptions
func (UpdateComanagedDeviceCategoryOperationOptions) ToHeaders ¶
func (o UpdateComanagedDeviceCategoryOperationOptions) ToHeaders() *client.Headers
func (UpdateComanagedDeviceCategoryOperationOptions) ToOData ¶
func (o UpdateComanagedDeviceCategoryOperationOptions) ToOData() *odata.Query
func (UpdateComanagedDeviceCategoryOperationOptions) ToQuery ¶
func (o UpdateComanagedDeviceCategoryOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.