Documentation
¶
Index ¶
- type ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder
- func NewImportedWindowsAutopilotDeviceIdentityItemRequestBuilder(rawUrl string, ...) *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder
- func NewImportedWindowsAutopilotDeviceIdentityItemRequestBuilderInternal(pathParameters map[string]string, ...) *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder
- func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) CreateDeleteRequestInformation(options *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderDeleteOptions) (...)
- func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) CreateGetRequestInformation(options *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderGetOptions) (...)
- func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) CreatePatchRequestInformation(options *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderPatchOptions) (...)
- func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) Delete(options *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderDeleteOptions) error
- func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) Get(options *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderGetOptions) (...)
- func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) Patch(options *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderPatchOptions) error
- type ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderDeleteOptions
- type ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderGetOptions
- type ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderGetQueryParameters
- type ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder ¶ added in v0.12.0
type ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder struct {
// contains filtered or unexported fields
}
ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder provides operations to manage the importedWindowsAutopilotDeviceIdentities property of the microsoft.graph.deviceManagement entity.
func NewImportedWindowsAutopilotDeviceIdentityItemRequestBuilder ¶ added in v0.12.0
func NewImportedWindowsAutopilotDeviceIdentityItemRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder
NewImportedWindowsAutopilotDeviceIdentityItemRequestBuilder instantiates a new ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder and sets the default values.
func NewImportedWindowsAutopilotDeviceIdentityItemRequestBuilderInternal ¶ added in v0.12.0
func NewImportedWindowsAutopilotDeviceIdentityItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder
NewImportedWindowsAutopilotDeviceIdentityItemRequestBuilderInternal instantiates a new ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder and sets the default values.
func (*ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) CreateDeleteRequestInformation(options *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property importedWindowsAutopilotDeviceIdentities for deviceManagement
func (*ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) CreateGetRequestInformation(options *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation collection of imported Windows autopilot devices.
func (*ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) CreatePatchRequestInformation(options *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation update the navigation property importedWindowsAutopilotDeviceIdentities in deviceManagement
func (*ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) Delete(options *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderDeleteOptions) error
Delete delete navigation property importedWindowsAutopilotDeviceIdentities for deviceManagement
func (*ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) Get ¶ added in v0.12.0
func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) Get(options *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderGetOptions) (i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ImportedWindowsAutopilotDeviceIdentityable, error)
Get collection of imported Windows autopilot devices.
func (*ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) Patch(options *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderPatchOptions) error
Patch update the navigation property importedWindowsAutopilotDeviceIdentities in deviceManagement
type ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderDeleteOptions ¶ added in v0.12.0
type ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderDeleteOptions 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
}
ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderDeleteOptions options for Delete
type ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderGetOptions ¶ added in v0.12.0
type ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderGetOptions struct {
// Request headers
H map[string]string
// Request options
O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption
// Request query parameters
Q *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderGetQueryParameters
// Response handler to use in place of the default response handling provided by the core service
ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler
}
ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderGetOptions options for Get
type ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderGetQueryParameters struct {
// Expand related entities
Expand []string
// Select properties to be returned
Select []string
}
ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderGetQueryParameters collection of imported Windows autopilot devices.
type ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderPatchOptions ¶ added in v0.12.0
type ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderPatchOptions struct {
//
Body i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ImportedWindowsAutopilotDeviceIdentityable
// 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
}
ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderPatchOptions options for Patch