Documentation ¶
Index ¶
- type DeviceManagementTroubleshootingEventsRequestBuilder
- func (m *DeviceManagementTroubleshootingEventsRequestBuilder) Count() ...
- func (m *DeviceManagementTroubleshootingEventsRequestBuilder) CreateGetRequestInformation() (...)
- func (m *DeviceManagementTroubleshootingEventsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(...) (...)
- func (m *DeviceManagementTroubleshootingEventsRequestBuilder) CreatePostRequestInformation(...) (...)
- func (m *DeviceManagementTroubleshootingEventsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(...) (...)
- func (m *DeviceManagementTroubleshootingEventsRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *DeviceManagementTroubleshootingEventsRequestBuilder) Post(ctx context.Context, ...) (...)
- type DeviceManagementTroubleshootingEventsRequestBuilderGetQueryParameters
- type DeviceManagementTroubleshootingEventsRequestBuilderGetRequestConfiguration
- type DeviceManagementTroubleshootingEventsRequestBuilderPostRequestConfiguration
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() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the list of troubleshooting events for this user.
func (*DeviceManagementTroubleshootingEventsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *DeviceManagementTroubleshootingEventsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *DeviceManagementTroubleshootingEventsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the list of troubleshooting events for this user.
func (*DeviceManagementTroubleshootingEventsRequestBuilder) CreatePostRequestInformation ¶
func (m *DeviceManagementTroubleshootingEventsRequestBuilder) CreatePostRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementTroubleshootingEventable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to deviceManagementTroubleshootingEvents for users
func (*DeviceManagementTroubleshootingEventsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *DeviceManagementTroubleshootingEventsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementTroubleshootingEventable, requestConfiguration *DeviceManagementTroubleshootingEventsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create new navigation property to deviceManagementTroubleshootingEvents for users
func (*DeviceManagementTroubleshootingEventsRequestBuilder) Get ¶
func (m *DeviceManagementTroubleshootingEventsRequestBuilder) Get(ctx context.Context, requestConfiguration *DeviceManagementTroubleshootingEventsRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementTroubleshootingEventCollectionResponseable, error)
Get the list of troubleshooting events for this user.
func (*DeviceManagementTroubleshootingEventsRequestBuilder) Post ¶
func (m *DeviceManagementTroubleshootingEventsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementTroubleshootingEventable, requestConfiguration *DeviceManagementTroubleshootingEventsRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementTroubleshootingEventable, error)
Post create new navigation property to deviceManagementTroubleshootingEvents for users
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 DeviceManagementTroubleshootingEventsRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type DeviceManagementTroubleshootingEventsRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *DeviceManagementTroubleshootingEventsRequestBuilderGetQueryParameters }
DeviceManagementTroubleshootingEventsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type DeviceManagementTroubleshootingEventsRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type DeviceManagementTroubleshootingEventsRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
DeviceManagementTroubleshootingEventsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.