Documentation
¶
Index ¶
- type ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder
- func NewImportedWindowsAutopilotDeviceIdentityItemRequestBuilder(rawUrl string, ...) *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder
- func NewImportedWindowsAutopilotDeviceIdentityItemRequestBuilderInternal(pathParameters map[string]string, ...) *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder
- func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(...) (...)
- func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) CreateGetRequestInformation() (...)
- func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(...) (...)
- func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) Delete() error
- func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(...) error
- func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) Get() (...)
- func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler(...) (...)
- func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) Patch(...) error
- func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(...) error
- type ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderDeleteRequestConfiguration
- type ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderGetQueryParameters
- type ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderGetRequestConfiguration
- type ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderPatchRequestConfiguration
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 i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.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 i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder
NewImportedWindowsAutopilotDeviceIdentityItemRequestBuilderInternal instantiates a new ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder and sets the default values.
func (*ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) CreateDeleteRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property importedWindowsAutopilotDeviceIdentities for deviceManagement
func (*ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property importedWindowsAutopilotDeviceIdentities for deviceManagement
func (*ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation collection of imported Windows autopilot devices.
func (*ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration collection of imported Windows autopilot devices.
func (*ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ImportedWindowsAutopilotDeviceIdentityable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property importedWindowsAutopilotDeviceIdentities in deviceManagement
func (*ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ImportedWindowsAutopilotDeviceIdentityable, requestConfiguration *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property importedWindowsAutopilotDeviceIdentities in deviceManagement
func (*ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) Delete() error
Delete delete navigation property importedWindowsAutopilotDeviceIdentities for deviceManagement
func (*ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderDeleteRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
DeleteWithRequestConfigurationAndResponseHandler delete navigation property importedWindowsAutopilotDeviceIdentities for deviceManagement
func (*ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) Get ¶ added in v0.12.0
func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ImportedWindowsAutopilotDeviceIdentityable, error)
Get collection of imported Windows autopilot devices.
func (*ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ImportedWindowsAutopilotDeviceIdentityable, error)
GetWithRequestConfigurationAndResponseHandler collection of imported Windows autopilot devices.
func (*ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) Patch(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ImportedWindowsAutopilotDeviceIdentityable) error
Patch update the navigation property importedWindowsAutopilotDeviceIdentities in deviceManagement
func (*ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ImportedWindowsAutopilotDeviceIdentityable, requestConfiguration *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderPatchRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PatchWithRequestConfigurationAndResponseHandler update the navigation property importedWindowsAutopilotDeviceIdentities in deviceManagement
type ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderGetQueryParameters collection of imported Windows autopilot devices.
type ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderGetQueryParameters }
ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
ImportedWindowsAutopilotDeviceIdentityItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.