Documentation
¶
Index ¶
- type DeviceManagementTroubleshootingEventItemRequestBuilder
- func NewDeviceManagementTroubleshootingEventItemRequestBuilder(rawUrl string, ...) *DeviceManagementTroubleshootingEventItemRequestBuilder
- func NewDeviceManagementTroubleshootingEventItemRequestBuilderInternal(pathParameters map[string]string, ...) *DeviceManagementTroubleshootingEventItemRequestBuilder
- func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(...) (...)
- func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) CreateGetRequestInformation() (...)
- func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(...) (...)
- func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) Delete() error
- func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(...) error
- func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) Get() (...)
- func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler(...) (...)
- func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) Patch(...) error
- func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(...) error
- 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 troubleshootingEvents property of the microsoft.graph.deviceManagement 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() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property troubleshootingEvents for deviceManagement
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *DeviceManagementTroubleshootingEventItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property troubleshootingEvents for deviceManagement
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the list of troubleshooting events for the tenant.
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *DeviceManagementTroubleshootingEventItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the list of troubleshooting events for the tenant.
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementTroubleshootingEventable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property troubleshootingEvents in deviceManagement
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementTroubleshootingEventable, requestConfiguration *DeviceManagementTroubleshootingEventItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property troubleshootingEvents in deviceManagement
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) Delete() error
Delete delete navigation property troubleshootingEvents for deviceManagement
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *DeviceManagementTroubleshootingEventItemRequestBuilderDeleteRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
DeleteWithRequestConfigurationAndResponseHandler delete navigation property troubleshootingEvents for deviceManagement
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) Get ¶ added in v0.12.0
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementTroubleshootingEventable, error)
Get the list of troubleshooting events for the tenant.
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *DeviceManagementTroubleshootingEventItemRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementTroubleshootingEventable, error)
GetWithRequestConfigurationAndResponseHandler the list of troubleshooting events for the tenant.
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) Patch(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementTroubleshootingEventable) error
Patch update the navigation property troubleshootingEvents in deviceManagement
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceManagementTroubleshootingEventable, requestConfiguration *DeviceManagementTroubleshootingEventItemRequestBuilderPatchRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PatchWithRequestConfigurationAndResponseHandler update the navigation property troubleshootingEvents in deviceManagement
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 the tenant.
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.