Documentation ¶
Index ¶
- type DeviceManagementTroubleshootingEventItemRequestBuilder
- func NewDeviceManagementTroubleshootingEventItemRequestBuilder(rawUrl string, ...) *DeviceManagementTroubleshootingEventItemRequestBuilder
- func NewDeviceManagementTroubleshootingEventItemRequestBuilderInternal(pathParameters map[string]string, ...) *DeviceManagementTroubleshootingEventItemRequestBuilder
- func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, ...) (...)
- func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, ...) (...)
- func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, ...) (...)
- func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) Patch(ctx context.Context, ...) (...)
- type DeviceManagementTroubleshootingEventItemRequestBuilderDeleteRequestConfiguration
- type DeviceManagementTroubleshootingEventItemRequestBuilderGetQueryParameters
- type DeviceManagementTroubleshootingEventItemRequestBuilderGetRequestConfiguration
- type DeviceManagementTroubleshootingEventItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceManagementTroubleshootingEventItemRequestBuilder ¶ added in v0.12.0
type DeviceManagementTroubleshootingEventItemRequestBuilder struct {
// contains filtered or unexported fields
}
DeviceManagementTroubleshootingEventItemRequestBuilder provides operations to manage the deviceManagementTroubleshootingEvents property of the microsoft.graph.user entity.
func NewDeviceManagementTroubleshootingEventItemRequestBuilder ¶ added in v0.12.0
func NewDeviceManagementTroubleshootingEventItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DeviceManagementTroubleshootingEventItemRequestBuilder
NewDeviceManagementTroubleshootingEventItemRequestBuilder instantiates a new DeviceManagementTroubleshootingEventItemRequestBuilder and sets the default values.
func NewDeviceManagementTroubleshootingEventItemRequestBuilderInternal ¶ added in v0.12.0
func NewDeviceManagementTroubleshootingEventItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DeviceManagementTroubleshootingEventItemRequestBuilder
NewDeviceManagementTroubleshootingEventItemRequestBuilderInternal instantiates a new DeviceManagementTroubleshootingEventItemRequestBuilder and sets the default values.
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) CreateDeleteRequestInformation(ctx context.Context, requestConfiguration *DeviceManagementTroubleshootingEventItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property deviceManagementTroubleshootingEvents for me
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) CreateGetRequestInformation(ctx context.Context, requestConfiguration *DeviceManagementTroubleshootingEventItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the list of troubleshooting events for this user.
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) CreatePatchRequestInformation(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementTroubleshootingEventable, requestConfiguration *DeviceManagementTroubleshootingEventItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property deviceManagementTroubleshootingEvents in me
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *DeviceManagementTroubleshootingEventItemRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property deviceManagementTroubleshootingEvents for me
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) Get ¶ added in v0.12.0
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) Get(ctx context.Context, requestConfiguration *DeviceManagementTroubleshootingEventItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementTroubleshootingEventable, error)
Get the list of troubleshooting events for this user.
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementTroubleshootingEventable, requestConfiguration *DeviceManagementTroubleshootingEventItemRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementTroubleshootingEventable, error)
Patch update the navigation property deviceManagementTroubleshootingEvents in me
type DeviceManagementTroubleshootingEventItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type DeviceManagementTroubleshootingEventItemRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
DeviceManagementTroubleshootingEventItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type DeviceManagementTroubleshootingEventItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
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 DeviceManagementTroubleshootingEventItemRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type DeviceManagementTroubleshootingEventItemRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *DeviceManagementTroubleshootingEventItemRequestBuilderGetQueryParameters }
DeviceManagementTroubleshootingEventItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type DeviceManagementTroubleshootingEventItemRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type DeviceManagementTroubleshootingEventItemRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
DeviceManagementTroubleshootingEventItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.