troubleshootingevent

package
v0.20241017.1093842 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateTroubleshootingEventOperationOptions

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

func DefaultCreateTroubleshootingEventOperationOptions

func DefaultCreateTroubleshootingEventOperationOptions() CreateTroubleshootingEventOperationOptions

func (CreateTroubleshootingEventOperationOptions) ToHeaders

func (CreateTroubleshootingEventOperationOptions) ToOData

func (CreateTroubleshootingEventOperationOptions) ToQuery

type CreateTroubleshootingEventOperationResponse

type CreateTroubleshootingEventOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.DeviceManagementTroubleshootingEvent
}

type DeleteTroubleshootingEventOperationOptions

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

func DefaultDeleteTroubleshootingEventOperationOptions

func DefaultDeleteTroubleshootingEventOperationOptions() DeleteTroubleshootingEventOperationOptions

func (DeleteTroubleshootingEventOperationOptions) ToHeaders

func (DeleteTroubleshootingEventOperationOptions) ToOData

func (DeleteTroubleshootingEventOperationOptions) ToQuery

type DeleteTroubleshootingEventOperationResponse

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

type DeviceManagementTroubleshootingEventOperationPredicate

type DeviceManagementTroubleshootingEventOperationPredicate struct {
}

func (DeviceManagementTroubleshootingEventOperationPredicate) Matches

type GetTroubleshootingEventOperationOptions

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

func DefaultGetTroubleshootingEventOperationOptions

func DefaultGetTroubleshootingEventOperationOptions() GetTroubleshootingEventOperationOptions

func (GetTroubleshootingEventOperationOptions) ToHeaders

func (GetTroubleshootingEventOperationOptions) ToOData

func (GetTroubleshootingEventOperationOptions) ToQuery

type GetTroubleshootingEventOperationResponse

type GetTroubleshootingEventOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        beta.DeviceManagementTroubleshootingEvent
}

type GetTroubleshootingEventsCountOperationOptions

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

func DefaultGetTroubleshootingEventsCountOperationOptions

func DefaultGetTroubleshootingEventsCountOperationOptions() GetTroubleshootingEventsCountOperationOptions

func (GetTroubleshootingEventsCountOperationOptions) ToHeaders

func (GetTroubleshootingEventsCountOperationOptions) ToOData

func (GetTroubleshootingEventsCountOperationOptions) ToQuery

type GetTroubleshootingEventsCountOperationResponse

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

type ListTroubleshootingEventsCompleteResult

type ListTroubleshootingEventsCompleteResult struct {
	LatestHttpResponse *http.Response
	Items              []beta.DeviceManagementTroubleshootingEvent
}

type ListTroubleshootingEventsCustomPager

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

type ListTroubleshootingEventsOperationOptions

type ListTroubleshootingEventsOperationOptions 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 DefaultListTroubleshootingEventsOperationOptions

func DefaultListTroubleshootingEventsOperationOptions() ListTroubleshootingEventsOperationOptions

func (ListTroubleshootingEventsOperationOptions) ToHeaders

func (ListTroubleshootingEventsOperationOptions) ToOData

func (ListTroubleshootingEventsOperationOptions) ToQuery

type ListTroubleshootingEventsOperationResponse

type ListTroubleshootingEventsOperationResponse struct {
	HttpResponse *http.Response
	OData        *odata.OData
	Model        *[]beta.DeviceManagementTroubleshootingEvent
}

type TroubleshootingEventClient

type TroubleshootingEventClient struct {
	Client *msgraph.Client
}

func NewTroubleshootingEventClientWithBaseURI

func NewTroubleshootingEventClientWithBaseURI(sdkApi sdkEnv.Api) (*TroubleshootingEventClient, error)

func (TroubleshootingEventClient) CreateTroubleshootingEvent

CreateTroubleshootingEvent - Create new navigation property to troubleshootingEvents for deviceManagement

func (TroubleshootingEventClient) DeleteTroubleshootingEvent

DeleteTroubleshootingEvent - Delete navigation property troubleshootingEvents for deviceManagement

func (TroubleshootingEventClient) GetTroubleshootingEvent

GetTroubleshootingEvent - Get troubleshootingEvents from deviceManagement. The list of troubleshooting events for the tenant.

func (TroubleshootingEventClient) GetTroubleshootingEventsCount

GetTroubleshootingEventsCount - Get the number of the resource

func (TroubleshootingEventClient) ListTroubleshootingEvents

ListTroubleshootingEvents - Get troubleshootingEvents from deviceManagement. The list of troubleshooting events for the tenant.

func (TroubleshootingEventClient) ListTroubleshootingEventsComplete

ListTroubleshootingEventsComplete retrieves all the results into a single object

func (TroubleshootingEventClient) ListTroubleshootingEventsCompleteMatchingPredicate

ListTroubleshootingEventsCompleteMatchingPredicate retrieves all the results and then applies the predicate

func (TroubleshootingEventClient) UpdateTroubleshootingEvent

UpdateTroubleshootingEvent - Update the navigation property troubleshootingEvents in deviceManagement

type UpdateTroubleshootingEventOperationOptions

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

func DefaultUpdateTroubleshootingEventOperationOptions

func DefaultUpdateTroubleshootingEventOperationOptions() UpdateTroubleshootingEventOperationOptions

func (UpdateTroubleshootingEventOperationOptions) ToHeaders

func (UpdateTroubleshootingEventOperationOptions) ToOData

func (UpdateTroubleshootingEventOperationOptions) ToQuery

type UpdateTroubleshootingEventOperationResponse

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