devicemanagementtroubleshootingevent

package
v0.20241021.1074254 Latest Latest
Warning

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

Go to latest
Published: Oct 21, 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 CreateDeviceManagementTroubleshootingEventOperationOptions

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

func (CreateDeviceManagementTroubleshootingEventOperationOptions) ToHeaders

func (CreateDeviceManagementTroubleshootingEventOperationOptions) ToOData

func (CreateDeviceManagementTroubleshootingEventOperationOptions) ToQuery

type CreateDeviceManagementTroubleshootingEventOperationResponse

type CreateDeviceManagementTroubleshootingEventOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        stable.DeviceManagementTroubleshootingEvent
}

type DeleteDeviceManagementTroubleshootingEventOperationOptions

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

func (DeleteDeviceManagementTroubleshootingEventOperationOptions) ToHeaders

func (DeleteDeviceManagementTroubleshootingEventOperationOptions) ToOData

func (DeleteDeviceManagementTroubleshootingEventOperationOptions) ToQuery

type DeleteDeviceManagementTroubleshootingEventOperationResponse

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

type DeviceManagementTroubleshootingEventClient

type DeviceManagementTroubleshootingEventClient struct {
	Client *msgraph.Client
}

func NewDeviceManagementTroubleshootingEventClientWithBaseURI

func NewDeviceManagementTroubleshootingEventClientWithBaseURI(sdkApi sdkEnv.Api) (*DeviceManagementTroubleshootingEventClient, error)

func (DeviceManagementTroubleshootingEventClient) CreateDeviceManagementTroubleshootingEvent

CreateDeviceManagementTroubleshootingEvent - Create new navigation property to deviceManagementTroubleshootingEvents for users

func (DeviceManagementTroubleshootingEventClient) DeleteDeviceManagementTroubleshootingEvent

DeleteDeviceManagementTroubleshootingEvent - Delete navigation property deviceManagementTroubleshootingEvents for users

func (DeviceManagementTroubleshootingEventClient) GetDeviceManagementTroubleshootingEvent

GetDeviceManagementTroubleshootingEvent - Get deviceManagementTroubleshootingEvents from users. The list of troubleshooting events for this user.

func (DeviceManagementTroubleshootingEventClient) GetDeviceManagementTroubleshootingEventsCount

GetDeviceManagementTroubleshootingEventsCount - Get the number of the resource

func (DeviceManagementTroubleshootingEventClient) ListDeviceManagementTroubleshootingEvents

ListDeviceManagementTroubleshootingEvents - Get deviceManagementTroubleshootingEvents from users. The list of troubleshooting events for this user.

func (DeviceManagementTroubleshootingEventClient) ListDeviceManagementTroubleshootingEventsComplete

ListDeviceManagementTroubleshootingEventsComplete retrieves all the results into a single object

func (DeviceManagementTroubleshootingEventClient) ListDeviceManagementTroubleshootingEventsCompleteMatchingPredicate

ListDeviceManagementTroubleshootingEventsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (DeviceManagementTroubleshootingEventClient) UpdateDeviceManagementTroubleshootingEvent

UpdateDeviceManagementTroubleshootingEvent - Update the navigation property deviceManagementTroubleshootingEvents in users

type DeviceManagementTroubleshootingEventOperationPredicate

type DeviceManagementTroubleshootingEventOperationPredicate struct {
}

func (DeviceManagementTroubleshootingEventOperationPredicate) Matches

type GetDeviceManagementTroubleshootingEventOperationOptions

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

func (GetDeviceManagementTroubleshootingEventOperationOptions) ToHeaders

func (GetDeviceManagementTroubleshootingEventOperationOptions) ToOData

func (GetDeviceManagementTroubleshootingEventOperationOptions) ToQuery

type GetDeviceManagementTroubleshootingEventOperationResponse

type GetDeviceManagementTroubleshootingEventOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        stable.DeviceManagementTroubleshootingEvent
}

type GetDeviceManagementTroubleshootingEventsCountOperationOptions

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

func (GetDeviceManagementTroubleshootingEventsCountOperationOptions) ToHeaders

func (GetDeviceManagementTroubleshootingEventsCountOperationOptions) ToOData

func (GetDeviceManagementTroubleshootingEventsCountOperationOptions) ToQuery

type GetDeviceManagementTroubleshootingEventsCountOperationResponse

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

type ListDeviceManagementTroubleshootingEventsCompleteResult

type ListDeviceManagementTroubleshootingEventsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []stable.DeviceManagementTroubleshootingEvent
}

type ListDeviceManagementTroubleshootingEventsCustomPager

type ListDeviceManagementTroubleshootingEventsCustomPager struct {
	NextLink *odata.Link `json:"@odata.nextLink"`
}

type ListDeviceManagementTroubleshootingEventsOperationOptions

type ListDeviceManagementTroubleshootingEventsOperationOptions 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 (ListDeviceManagementTroubleshootingEventsOperationOptions) ToHeaders

func (ListDeviceManagementTroubleshootingEventsOperationOptions) ToOData

func (ListDeviceManagementTroubleshootingEventsOperationOptions) ToQuery

type ListDeviceManagementTroubleshootingEventsOperationResponse

type ListDeviceManagementTroubleshootingEventsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]stable.DeviceManagementTroubleshootingEvent
}

type UpdateDeviceManagementTroubleshootingEventOperationOptions

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

func (UpdateDeviceManagementTroubleshootingEventOperationOptions) ToHeaders

func (UpdateDeviceManagementTroubleshootingEventOperationOptions) ToOData

func (UpdateDeviceManagementTroubleshootingEventOperationOptions) ToQuery

type UpdateDeviceManagementTroubleshootingEventOperationResponse

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