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 ¶ 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 ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.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 ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *DeviceManagementTroubleshootingEventItemRequestBuilder
NewDeviceManagementTroubleshootingEventItemRequestBuilderInternal instantiates a new DeviceManagementTroubleshootingEventItemRequestBuilder and sets the default values.
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) CreateDeleteRequestInformation(options *DeviceManagementTroubleshootingEventItemRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property troubleshootingEvents for deviceManagement
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) CreateGetRequestInformation(options *DeviceManagementTroubleshootingEventItemRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the list of troubleshooting events for the tenant.
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) CreatePatchRequestInformation(options *DeviceManagementTroubleshootingEventItemRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation update the navigation property troubleshootingEvents in deviceManagement
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) Delete(options *DeviceManagementTroubleshootingEventItemRequestBuilderDeleteOptions) error
Delete delete navigation property troubleshootingEvents for deviceManagement
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) Get ¶ added in v0.12.0
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) Get(options *DeviceManagementTroubleshootingEventItemRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DeviceManagementTroubleshootingEventable, error)
Get the list of troubleshooting events for the tenant.
func (*DeviceManagementTroubleshootingEventItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *DeviceManagementTroubleshootingEventItemRequestBuilder) Patch(options *DeviceManagementTroubleshootingEventItemRequestBuilderPatchOptions) error
Patch update the navigation property troubleshootingEvents in deviceManagement
type DeviceManagementTroubleshootingEventItemRequestBuilderDeleteOptions ¶ added in v0.12.0
type DeviceManagementTroubleshootingEventItemRequestBuilderDeleteOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
DeviceManagementTroubleshootingEventItemRequestBuilderDeleteOptions options for Delete
type DeviceManagementTroubleshootingEventItemRequestBuilderGetOptions ¶ added in v0.12.0
type DeviceManagementTroubleshootingEventItemRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *DeviceManagementTroubleshootingEventItemRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
DeviceManagementTroubleshootingEventItemRequestBuilderGetOptions options for Get
type DeviceManagementTroubleshootingEventItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type DeviceManagementTroubleshootingEventItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string
// Select properties to be returned
Select []string
}
DeviceManagementTroubleshootingEventItemRequestBuilderGetQueryParameters the list of troubleshooting events for the tenant.
type DeviceManagementTroubleshootingEventItemRequestBuilderPatchOptions ¶ added in v0.12.0
type DeviceManagementTroubleshootingEventItemRequestBuilderPatchOptions struct {
//
Body i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.DeviceManagementTroubleshootingEventable
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
DeviceManagementTroubleshootingEventItemRequestBuilderPatchOptions options for Patch