deviceextension

package
v0.20241025.1143247 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2024 License: MPL-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateDeviceExtensionOperationOptions

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

func DefaultCreateDeviceExtensionOperationOptions

func DefaultCreateDeviceExtensionOperationOptions() CreateDeviceExtensionOperationOptions

func (CreateDeviceExtensionOperationOptions) ToHeaders

func (CreateDeviceExtensionOperationOptions) ToOData

func (CreateDeviceExtensionOperationOptions) ToQuery

type CreateDeviceExtensionOperationResponse

type CreateDeviceExtensionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.Extension
}

type DeleteDeviceExtensionOperationOptions

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

func DefaultDeleteDeviceExtensionOperationOptions

func DefaultDeleteDeviceExtensionOperationOptions() DeleteDeviceExtensionOperationOptions

func (DeleteDeviceExtensionOperationOptions) ToHeaders

func (DeleteDeviceExtensionOperationOptions) ToOData

func (DeleteDeviceExtensionOperationOptions) ToQuery

type DeleteDeviceExtensionOperationResponse

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

type DeviceExtensionClient

type DeviceExtensionClient struct {
	Client *msgraph.Client
}

func NewDeviceExtensionClientWithBaseURI

func NewDeviceExtensionClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceExtensionClient, error)

func (DeviceExtensionClient) CreateDeviceExtension

CreateDeviceExtension - Create new navigation property to extensions for users

func (DeviceExtensionClient) DeleteDeviceExtension

DeleteDeviceExtension - Delete navigation property extensions for users

func (DeviceExtensionClient) GetDeviceExtension

GetDeviceExtension - Get extensions from users. The collection of open extensions defined for the device. Read-only. Nullable.

func (DeviceExtensionClient) GetDeviceExtensionsCount

GetDeviceExtensionsCount - Get the number of the resource

func (DeviceExtensionClient) ListDeviceExtensions

ListDeviceExtensions - Get extensions from users. The collection of open extensions defined for the device. Read-only. Nullable.

func (DeviceExtensionClient) ListDeviceExtensionsComplete

ListDeviceExtensionsComplete retrieves all the results into a single object

func (DeviceExtensionClient) ListDeviceExtensionsCompleteMatchingPredicate

func (c DeviceExtensionClient) ListDeviceExtensionsCompleteMatchingPredicate(ctx context.Context, id beta.UserIdDeviceId, options ListDeviceExtensionsOperationOptions, predicate ExtensionOperationPredicate) (result ListDeviceExtensionsCompleteResult, err error)

ListDeviceExtensionsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DeviceExtensionClient) UpdateDeviceExtension

UpdateDeviceExtension - Update the navigation property extensions in users

type ExtensionOperationPredicate

type ExtensionOperationPredicate struct {
}

func (ExtensionOperationPredicate) Matches

type GetDeviceExtensionOperationOptions

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

func DefaultGetDeviceExtensionOperationOptions

func DefaultGetDeviceExtensionOperationOptions() GetDeviceExtensionOperationOptions

func (GetDeviceExtensionOperationOptions) ToHeaders

func (GetDeviceExtensionOperationOptions) ToOData

func (GetDeviceExtensionOperationOptions) ToQuery

type GetDeviceExtensionOperationResponse

type GetDeviceExtensionOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.Extension
}

type GetDeviceExtensionsCountOperationOptions

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

func DefaultGetDeviceExtensionsCountOperationOptions

func DefaultGetDeviceExtensionsCountOperationOptions() GetDeviceExtensionsCountOperationOptions

func (GetDeviceExtensionsCountOperationOptions) ToHeaders

func (GetDeviceExtensionsCountOperationOptions) ToOData

func (GetDeviceExtensionsCountOperationOptions) ToQuery

type GetDeviceExtensionsCountOperationResponse

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

type ListDeviceExtensionsCompleteResult

type ListDeviceExtensionsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.Extension
}

type ListDeviceExtensionsCustomPager

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

type ListDeviceExtensionsOperationOptions

type ListDeviceExtensionsOperationOptions 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 DefaultListDeviceExtensionsOperationOptions

func DefaultListDeviceExtensionsOperationOptions() ListDeviceExtensionsOperationOptions

func (ListDeviceExtensionsOperationOptions) ToHeaders

func (ListDeviceExtensionsOperationOptions) ToOData

func (ListDeviceExtensionsOperationOptions) ToQuery

type ListDeviceExtensionsOperationResponse

type ListDeviceExtensionsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.Extension
}

type UpdateDeviceExtensionOperationOptions

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

func DefaultUpdateDeviceExtensionOperationOptions

func DefaultUpdateDeviceExtensionOperationOptions() UpdateDeviceExtensionOperationOptions

func (UpdateDeviceExtensionOperationOptions) ToHeaders

func (UpdateDeviceExtensionOperationOptions) ToOData

func (UpdateDeviceExtensionOperationOptions) ToQuery

type UpdateDeviceExtensionOperationResponse

type UpdateDeviceExtensionOperationResponse 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