Documentation
¶
Index ¶
- type TroubleshootingEventsRequestBuilder
- func (m *TroubleshootingEventsRequestBuilder) Count() ...
- func (m *TroubleshootingEventsRequestBuilder) CreateGetRequestInformation() (...)
- func (m *TroubleshootingEventsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(...) (...)
- func (m *TroubleshootingEventsRequestBuilder) CreatePostRequestInformation(...) (...)
- func (m *TroubleshootingEventsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(...) (...)
- func (m *TroubleshootingEventsRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *TroubleshootingEventsRequestBuilder) Post(ctx context.Context, ...) (...)
- type TroubleshootingEventsRequestBuilderGetQueryParameters
- type TroubleshootingEventsRequestBuilderGetRequestConfiguration
- type TroubleshootingEventsRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TroubleshootingEventsRequestBuilder ¶
type TroubleshootingEventsRequestBuilder struct {
// contains filtered or unexported fields
}
TroubleshootingEventsRequestBuilder provides operations to manage the troubleshootingEvents property of the microsoft.graph.deviceManagement entity.
func NewTroubleshootingEventsRequestBuilder ¶
func NewTroubleshootingEventsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TroubleshootingEventsRequestBuilder
NewTroubleshootingEventsRequestBuilder instantiates a new TroubleshootingEventsRequestBuilder and sets the default values.
func NewTroubleshootingEventsRequestBuilderInternal ¶
func NewTroubleshootingEventsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *TroubleshootingEventsRequestBuilder
NewTroubleshootingEventsRequestBuilderInternal instantiates a new TroubleshootingEventsRequestBuilder and sets the default values.
func (*TroubleshootingEventsRequestBuilder) Count ¶ added in v0.13.0
func (m *TroubleshootingEventsRequestBuilder) Count() *i658a55812017cf6a7d925fa887668a389c521427d9988fff6013c9a7d5e3b8d2.CountRequestBuilder
Count the Count property
func (*TroubleshootingEventsRequestBuilder) CreateGetRequestInformation ¶
func (m *TroubleshootingEventsRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the list of troubleshooting events for the tenant.
func (*TroubleshootingEventsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *TroubleshootingEventsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *TroubleshootingEventsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the list of troubleshooting events for the tenant.
func (*TroubleshootingEventsRequestBuilder) CreatePostRequestInformation ¶
func (m *TroubleshootingEventsRequestBuilder) CreatePostRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementTroubleshootingEventable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to troubleshootingEvents for deviceManagement
func (*TroubleshootingEventsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *TroubleshootingEventsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementTroubleshootingEventable, requestConfiguration *TroubleshootingEventsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create new navigation property to troubleshootingEvents for deviceManagement
func (*TroubleshootingEventsRequestBuilder) Get ¶
func (m *TroubleshootingEventsRequestBuilder) Get(ctx context.Context, requestConfiguration *TroubleshootingEventsRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementTroubleshootingEventCollectionResponseable, error)
Get the list of troubleshooting events for the tenant.
func (*TroubleshootingEventsRequestBuilder) Post ¶
func (m *TroubleshootingEventsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementTroubleshootingEventable, requestConfiguration *TroubleshootingEventsRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementTroubleshootingEventable, error)
Post create new navigation property to troubleshootingEvents for deviceManagement
type TroubleshootingEventsRequestBuilderGetQueryParameters ¶
type TroubleshootingEventsRequestBuilderGetQueryParameters 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"`
}
TroubleshootingEventsRequestBuilderGetQueryParameters the list of troubleshooting events for the tenant.
type TroubleshootingEventsRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type TroubleshootingEventsRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *TroubleshootingEventsRequestBuilderGetQueryParameters
}
TroubleshootingEventsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type TroubleshootingEventsRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type TroubleshootingEventsRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
TroubleshootingEventsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.