Documentation ¶
Index ¶
- type DeleteDeviceManagementOperationOptions
- type DeleteDeviceManagementOperationResponse
- type DeviceManagementClient
- 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
- type GetDeviceManagementOperationResponse
- type UpdateDeviceManagementOperationOptions
- type UpdateDeviceManagementOperationResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteDeviceManagementOperationOptions ¶
type DeleteDeviceManagementOperationOptions struct { IfMatch *string Metadata *odata.Metadata RetryFunc client.RequestRetryFunc }
func DefaultDeleteDeviceManagementOperationOptions ¶
func DefaultDeleteDeviceManagementOperationOptions() DeleteDeviceManagementOperationOptions
func (DeleteDeviceManagementOperationOptions) ToHeaders ¶
func (o DeleteDeviceManagementOperationOptions) ToHeaders() *client.Headers
func (DeleteDeviceManagementOperationOptions) ToOData ¶
func (o DeleteDeviceManagementOperationOptions) ToOData() *odata.Query
func (DeleteDeviceManagementOperationOptions) ToQuery ¶
func (o DeleteDeviceManagementOperationOptions) ToQuery() *client.QueryParams
type DeviceManagementClient ¶
func NewDeviceManagementClientWithBaseURI ¶
func NewDeviceManagementClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceManagementClient, error)
func (DeviceManagementClient) DeleteDeviceManagement ¶
func (c DeviceManagementClient) DeleteDeviceManagement(ctx context.Context, options DeleteDeviceManagementOperationOptions) (result DeleteDeviceManagementOperationResponse, err error)
DeleteDeviceManagement - Delete navigation property deviceManagement for roleManagement
func (DeviceManagementClient) GetDeviceManagement ¶
func (c DeviceManagementClient) GetDeviceManagement(ctx context.Context, options GetDeviceManagementOperationOptions) (result GetDeviceManagementOperationResponse, err error)
GetDeviceManagement - Get deviceManagement from roleManagement. The RbacApplication for Device Management
func (DeviceManagementClient) UpdateDeviceManagement ¶
func (c DeviceManagementClient) UpdateDeviceManagement(ctx context.Context, input beta.RbacApplicationMultiple, options UpdateDeviceManagementOperationOptions) (result UpdateDeviceManagementOperationResponse, err error)
UpdateDeviceManagement - Update the navigation property deviceManagement in roleManagement
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.