Documentation
¶
Index ¶
- type DeviceManagementTroubleshootingEventsRequestBuilder
- func (m *DeviceManagementTroubleshootingEventsRequestBuilder) Count() ...
- func (m *DeviceManagementTroubleshootingEventsRequestBuilder) CreateGetRequestInformation(options *DeviceManagementTroubleshootingEventsRequestBuilderGetOptions) (...)
- func (m *DeviceManagementTroubleshootingEventsRequestBuilder) CreatePostRequestInformation(options *DeviceManagementTroubleshootingEventsRequestBuilderPostOptions) (...)
- func (m *DeviceManagementTroubleshootingEventsRequestBuilder) Get(options *DeviceManagementTroubleshootingEventsRequestBuilderGetOptions) (...)
- func (m *DeviceManagementTroubleshootingEventsRequestBuilder) Post(options *DeviceManagementTroubleshootingEventsRequestBuilderPostOptions) (...)
- type DeviceManagementTroubleshootingEventsRequestBuilderGetOptions
- type DeviceManagementTroubleshootingEventsRequestBuilderGetQueryParameters
- type DeviceManagementTroubleshootingEventsRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceManagementTroubleshootingEventsRequestBuilder ¶
type DeviceManagementTroubleshootingEventsRequestBuilder struct {
// contains filtered or unexported fields
}
DeviceManagementTroubleshootingEventsRequestBuilder provides operations to manage the deviceManagementTroubleshootingEvents property of the microsoft.graph.user entity.
func NewDeviceManagementTroubleshootingEventsRequestBuilder ¶
func NewDeviceManagementTroubleshootingEventsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DeviceManagementTroubleshootingEventsRequestBuilder
NewDeviceManagementTroubleshootingEventsRequestBuilder instantiates a new DeviceManagementTroubleshootingEventsRequestBuilder and sets the default values.
func NewDeviceManagementTroubleshootingEventsRequestBuilderInternal ¶
func NewDeviceManagementTroubleshootingEventsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DeviceManagementTroubleshootingEventsRequestBuilder
NewDeviceManagementTroubleshootingEventsRequestBuilderInternal instantiates a new DeviceManagementTroubleshootingEventsRequestBuilder and sets the default values.
func (*DeviceManagementTroubleshootingEventsRequestBuilder) Count ¶ added in v0.13.0
func (m *DeviceManagementTroubleshootingEventsRequestBuilder) Count() *idec00ea4818c9de5a3edca235914193689d54b6351d9e4b22fc7b7bbdaa5f643.CountRequestBuilder
Count the count property
func (*DeviceManagementTroubleshootingEventsRequestBuilder) CreateGetRequestInformation ¶
func (m *DeviceManagementTroubleshootingEventsRequestBuilder) CreateGetRequestInformation(options *DeviceManagementTroubleshootingEventsRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the list of troubleshooting events for this user.
func (*DeviceManagementTroubleshootingEventsRequestBuilder) CreatePostRequestInformation ¶
func (m *DeviceManagementTroubleshootingEventsRequestBuilder) CreatePostRequestInformation(options *DeviceManagementTroubleshootingEventsRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to deviceManagementTroubleshootingEvents for users
func (*DeviceManagementTroubleshootingEventsRequestBuilder) Get ¶
func (m *DeviceManagementTroubleshootingEventsRequestBuilder) Get(options *DeviceManagementTroubleshootingEventsRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementTroubleshootingEventCollectionResponseable, error)
Get the list of troubleshooting events for this user.
func (*DeviceManagementTroubleshootingEventsRequestBuilder) Post ¶
func (m *DeviceManagementTroubleshootingEventsRequestBuilder) Post(options *DeviceManagementTroubleshootingEventsRequestBuilderPostOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementTroubleshootingEventable, error)
Post create new navigation property to deviceManagementTroubleshootingEvents for users
type DeviceManagementTroubleshootingEventsRequestBuilderGetOptions ¶
type DeviceManagementTroubleshootingEventsRequestBuilderGetOptions struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *DeviceManagementTroubleshootingEventsRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}
DeviceManagementTroubleshootingEventsRequestBuilderGetOptions options for Get
type DeviceManagementTroubleshootingEventsRequestBuilderGetQueryParameters ¶
type DeviceManagementTroubleshootingEventsRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Filter items by property values
Filter *string `uriparametername:"%24filter"`
// Order items by property values
Orderby []string `uriparametername:"%24orderby"`
// Search items by search phrases
Search *string `uriparametername:"%24search"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
// Skip the first n items
Skip *int32 `uriparametername:"%24skip"`
// Show only the first n items
Top *int32 `uriparametername:"%24top"`
}
DeviceManagementTroubleshootingEventsRequestBuilderGetQueryParameters the list of troubleshooting events for this user.
type DeviceManagementTroubleshootingEventsRequestBuilderPostOptions ¶
type DeviceManagementTroubleshootingEventsRequestBuilderPostOptions struct {
//
Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementTroubleshootingEventable
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler
}
DeviceManagementTroubleshootingEventsRequestBuilderPostOptions options for Post