devicecommand

package
v0.20241126.1723 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 26, 2024 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommandOperationPredicate

type CommandOperationPredicate struct {
}

func (CommandOperationPredicate) Matches

func (p CommandOperationPredicate) Matches(input beta.Command) bool

type CreateDeviceCommandOperationOptions

type CreateDeviceCommandOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultCreateDeviceCommandOperationOptions

func DefaultCreateDeviceCommandOperationOptions() CreateDeviceCommandOperationOptions

func (CreateDeviceCommandOperationOptions) ToHeaders

func (CreateDeviceCommandOperationOptions) ToOData

func (CreateDeviceCommandOperationOptions) ToQuery

type CreateDeviceCommandOperationResponse

type CreateDeviceCommandOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.Command
}

type DeleteDeviceCommandOperationOptions

type DeleteDeviceCommandOperationOptions struct {
	IfMatch   *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultDeleteDeviceCommandOperationOptions

func DefaultDeleteDeviceCommandOperationOptions() DeleteDeviceCommandOperationOptions

func (DeleteDeviceCommandOperationOptions) ToHeaders

func (DeleteDeviceCommandOperationOptions) ToOData

func (DeleteDeviceCommandOperationOptions) ToQuery

type DeleteDeviceCommandOperationResponse

type DeleteDeviceCommandOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

type DeviceCommandClient

type DeviceCommandClient struct {
	Client *msgraph.Client
}

func NewDeviceCommandClientWithBaseURI

func NewDeviceCommandClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceCommandClient, error)

func (DeviceCommandClient) CreateDeviceCommand

CreateDeviceCommand - Create new navigation property to commands for users

func (DeviceCommandClient) DeleteDeviceCommand

DeleteDeviceCommand - Delete navigation property commands for users

func (DeviceCommandClient) GetDeviceCommand

GetDeviceCommand - Get commands from users. Set of commands sent to this device.

func (DeviceCommandClient) GetDeviceCommandsCount

GetDeviceCommandsCount - Get the number of the resource

func (DeviceCommandClient) ListDeviceCommands

ListDeviceCommands - Get commands from users. Set of commands sent to this device.

func (DeviceCommandClient) ListDeviceCommandsComplete

ListDeviceCommandsComplete retrieves all the results into a single object

func (DeviceCommandClient) ListDeviceCommandsCompleteMatchingPredicate

func (c DeviceCommandClient) ListDeviceCommandsCompleteMatchingPredicate(ctx context.Context, id beta.UserIdDeviceId, options ListDeviceCommandsOperationOptions, predicate CommandOperationPredicate) (result ListDeviceCommandsCompleteResult, err error)

ListDeviceCommandsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DeviceCommandClient) UpdateDeviceCommand

UpdateDeviceCommand - Update the navigation property commands in users

type GetDeviceCommandOperationOptions

type GetDeviceCommandOperationOptions struct {
	Expand    *odata.Expand
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Select    *[]string
}

func DefaultGetDeviceCommandOperationOptions

func DefaultGetDeviceCommandOperationOptions() GetDeviceCommandOperationOptions

func (GetDeviceCommandOperationOptions) ToHeaders

func (GetDeviceCommandOperationOptions) ToOData

func (GetDeviceCommandOperationOptions) ToQuery

type GetDeviceCommandOperationResponse

type GetDeviceCommandOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *beta.Command
}

type GetDeviceCommandsCountOperationOptions

type GetDeviceCommandsCountOperationOptions struct {
	Filter    *string
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
	Search    *string
}

func DefaultGetDeviceCommandsCountOperationOptions

func DefaultGetDeviceCommandsCountOperationOptions() GetDeviceCommandsCountOperationOptions

func (GetDeviceCommandsCountOperationOptions) ToHeaders

func (GetDeviceCommandsCountOperationOptions) ToOData

func (GetDeviceCommandsCountOperationOptions) ToQuery

type GetDeviceCommandsCountOperationResponse

type GetDeviceCommandsCountOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]byte
}

type ListDeviceCommandsCompleteResult

type ListDeviceCommandsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.Command
}

type ListDeviceCommandsCustomPager

type ListDeviceCommandsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}
func (p *ListDeviceCommandsCustomPager) NextPageLink() *odata.Link

type ListDeviceCommandsOperationOptions

type ListDeviceCommandsOperationOptions struct {
	Count     *bool
	Expand    *odata.Expand
	Filter    *string
	Metadata  *odata.Metadata
	OrderBy   *odata.OrderBy
	RetryFunc client.RequestRetryFunc
	Search    *string
	Select    *[]string
	Skip      *int64
	Top       *int64
}

func DefaultListDeviceCommandsOperationOptions

func DefaultListDeviceCommandsOperationOptions() ListDeviceCommandsOperationOptions

func (ListDeviceCommandsOperationOptions) ToHeaders

func (ListDeviceCommandsOperationOptions) ToOData

func (ListDeviceCommandsOperationOptions) ToQuery

type ListDeviceCommandsOperationResponse

type ListDeviceCommandsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.Command
}

type UpdateDeviceCommandOperationOptions

type UpdateDeviceCommandOperationOptions struct {
	Metadata  *odata.Metadata
	RetryFunc client.RequestRetryFunc
}

func DefaultUpdateDeviceCommandOperationOptions

func DefaultUpdateDeviceCommandOperationOptions() UpdateDeviceCommandOperationOptions

func (UpdateDeviceCommandOperationOptions) ToHeaders

func (UpdateDeviceCommandOperationOptions) ToOData

func (UpdateDeviceCommandOperationOptions) ToQuery

type UpdateDeviceCommandOperationResponse

type UpdateDeviceCommandOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL