Documentation ¶
Index ¶
- type DeviceManagementClient
- func (c DeviceManagementClient) GetDeviceManagement(ctx context.Context, options GetDeviceManagementOperationOptions) (result GetDeviceManagementOperationResponse, err error)
- func (c DeviceManagementClient) UpdateDeviceManagement(ctx context.Context, input stable.DeviceManagement, ...) (result UpdateDeviceManagementOperationResponse, err error)
- type GetDeviceManagementOperationOptions
- type GetDeviceManagementOperationResponse
- type UpdateDeviceManagementOperationOptions
- type UpdateDeviceManagementOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceManagementClient ¶
func NewDeviceManagementClientWithBaseURI ¶
func NewDeviceManagementClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceManagementClient, error)
func (DeviceManagementClient) GetDeviceManagement ¶
func (c DeviceManagementClient) GetDeviceManagement(ctx context.Context, options GetDeviceManagementOperationOptions) (result GetDeviceManagementOperationResponse, err error)
GetDeviceManagement - Get deviceManagement. Read properties and relationships of the deviceManagement object.
func (DeviceManagementClient) UpdateDeviceManagement ¶
func (c DeviceManagementClient) UpdateDeviceManagement(ctx context.Context, input stable.DeviceManagement, options UpdateDeviceManagementOperationOptions) (result UpdateDeviceManagementOperationResponse, err error)
UpdateDeviceManagement - Update deviceManagement. Update the properties of a deviceManagement object.
type GetDeviceManagementOperationOptions ¶
type GetDeviceManagementOperationOptions struct { Expand *odata.Expand Metadata *odata.Metadata RetryFunc client.RequestRetryFunc Select *[]string }
func DefaultGetDeviceManagementOperationOptions ¶
func DefaultGetDeviceManagementOperationOptions() GetDeviceManagementOperationOptions
func (GetDeviceManagementOperationOptions) ToHeaders ¶
func (o GetDeviceManagementOperationOptions) ToHeaders() *client.Headers
func (GetDeviceManagementOperationOptions) ToOData ¶
func (o GetDeviceManagementOperationOptions) ToOData() *odata.Query
func (GetDeviceManagementOperationOptions) ToQuery ¶
func (o GetDeviceManagementOperationOptions) ToQuery() *client.QueryParams
type UpdateDeviceManagementOperationOptions ¶
type UpdateDeviceManagementOperationOptions struct { Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultUpdateDeviceManagementOperationOptions ¶
func DefaultUpdateDeviceManagementOperationOptions() UpdateDeviceManagementOperationOptions
func (UpdateDeviceManagementOperationOptions) ToHeaders ¶
func (o UpdateDeviceManagementOperationOptions) ToHeaders() *client.Headers
func (UpdateDeviceManagementOperationOptions) ToOData ¶
func (o UpdateDeviceManagementOperationOptions) ToOData() *odata.Query
func (UpdateDeviceManagementOperationOptions) ToQuery ¶
func (o UpdateDeviceManagementOperationOptions) ToQuery() *client.QueryParams
Click to show internal directories.
Click to hide internal directories.