Documentation ¶
Index ¶
- type DeviceManagementTroubleshootingEventItemRequestBuilder
- func NewDeviceManagementTroubleshootingEventItemRequestBuilder(rawUrl string, ...) *DeviceManagementTroubleshootingEventItemRequestBuilder
- func NewDeviceManagementTroubleshootingEventItemRequestBuilderInternal(pathParameters map[string]string, ...) *DeviceManagementTroubleshootingEventItemRequestBuilder
- func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) CreateDeleteRequestInformation(options *DeviceManagementTroubleshootingEventItemRequestBuilderDeleteOptions) (...)
- func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) CreateGetRequestInformation(options *DeviceManagementTroubleshootingEventItemRequestBuilderGetOptions) (...)
- func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) CreatePatchRequestInformation(options *DeviceManagementTroubleshootingEventItemRequestBuilderPatchOptions) (...)
- func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) Delete(options *DeviceManagementTroubleshootingEventItemRequestBuilderDeleteOptions) error
- func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) Get(options *DeviceManagementTroubleshootingEventItemRequestBuilderGetOptions) (...)
- func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) Patch(options *DeviceManagementTroubleshootingEventItemRequestBuilderPatchOptions) error
- type DeviceManagementTroubleshootingEventItemRequestBuilderDeleteOptions
- type DeviceManagementTroubleshootingEventItemRequestBuilderGetOptions
- type DeviceManagementTroubleshootingEventItemRequestBuilderGetQueryParameters
- type DeviceManagementTroubleshootingEventItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceManagementTroubleshootingEventItemRequestBuilder ¶
type DeviceManagementTroubleshootingEventItemRequestBuilder struct {
// contains filtered or unexported fields
}
DeviceManagementTroubleshootingEventItemRequestBuilder provides operations to manage the deviceManagementTroubleshootingEvents property of the microsoft.graph.user entity.
func NewDeviceManagementTroubleshootingEventItemRequestBuilder ¶
func NewDeviceManagementTroubleshootingEventItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DeviceManagementTroubleshootingEventItemRequestBuilder
NewDeviceManagementTroubleshootingEventItemRequestBuilder instantiates a new DeviceManagementTroubleshootingEventItemRequestBuilder and sets the default values.
func NewDeviceManagementTroubleshootingEventItemRequestBuilderInternal ¶
func NewDeviceManagementTroubleshootingEventItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DeviceManagementTroubleshootingEventItemRequestBuilder
NewDeviceManagementTroubleshootingEventItemRequestBuilderInternal instantiates a new DeviceManagementTroubleshootingEventItemRequestBuilder and sets the default values.
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) CreateDeleteRequestInformation ¶
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) CreateDeleteRequestInformation(options *DeviceManagementTroubleshootingEventItemRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property deviceManagementTroubleshootingEvents for me
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) CreateGetRequestInformation ¶
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) CreateGetRequestInformation(options *DeviceManagementTroubleshootingEventItemRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the list of troubleshooting events for this user.
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) CreatePatchRequestInformation ¶
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) CreatePatchRequestInformation(options *DeviceManagementTroubleshootingEventItemRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property deviceManagementTroubleshootingEvents in me
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) Delete ¶
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) Delete(options *DeviceManagementTroubleshootingEventItemRequestBuilderDeleteOptions) error
Delete delete navigation property deviceManagementTroubleshootingEvents for me
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) Get ¶
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) Get(options *DeviceManagementTroubleshootingEventItemRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementTroubleshootingEventable, error)
Get the list of troubleshooting events for this user.
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) Patch ¶
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) Patch(options *DeviceManagementTroubleshootingEventItemRequestBuilderPatchOptions) error
Patch update the navigation property deviceManagementTroubleshootingEvents in me
type DeviceManagementTroubleshootingEventItemRequestBuilderDeleteOptions ¶
type DeviceManagementTroubleshootingEventItemRequestBuilderDeleteOptions struct { // 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 }
DeviceManagementTroubleshootingEventItemRequestBuilderDeleteOptions options for Delete
type DeviceManagementTroubleshootingEventItemRequestBuilderGetOptions ¶
type DeviceManagementTroubleshootingEventItemRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *DeviceManagementTroubleshootingEventItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
DeviceManagementTroubleshootingEventItemRequestBuilderGetOptions options for Get
type DeviceManagementTroubleshootingEventItemRequestBuilderGetQueryParameters ¶
type DeviceManagementTroubleshootingEventItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
DeviceManagementTroubleshootingEventItemRequestBuilderGetQueryParameters the list of troubleshooting events for this user.
type DeviceManagementTroubleshootingEventItemRequestBuilderPatchOptions ¶
type DeviceManagementTroubleshootingEventItemRequestBuilderPatchOptions 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 }
DeviceManagementTroubleshootingEventItemRequestBuilderPatchOptions options for Patch