Documentation
¶
Index ¶
- type WindowsAutopilotDeviceIdentityItemRequestBuilder
- func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) AssignUserToDevice() ...
- func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(...) (...)
- func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) CreateGetRequestInformation() (...)
- func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(...) (...)
- func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) Delete() error
- func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(...) error
- func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) Get() (...)
- func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler(...) (...)
- func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) Patch(...) error
- func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(...) error
- func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) UnassignUserFromDevice() ...
- func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) UpdateDeviceProperties() ...
- type WindowsAutopilotDeviceIdentityItemRequestBuilderDeleteRequestConfiguration
- type WindowsAutopilotDeviceIdentityItemRequestBuilderGetQueryParameters
- type WindowsAutopilotDeviceIdentityItemRequestBuilderGetRequestConfiguration
- type WindowsAutopilotDeviceIdentityItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WindowsAutopilotDeviceIdentityItemRequestBuilder ¶ added in v0.12.0
type WindowsAutopilotDeviceIdentityItemRequestBuilder struct {
// contains filtered or unexported fields
}
WindowsAutopilotDeviceIdentityItemRequestBuilder provides operations to manage the windowsAutopilotDeviceIdentities property of the microsoft.graph.deviceManagement entity.
func NewWindowsAutopilotDeviceIdentityItemRequestBuilder ¶ added in v0.12.0
func NewWindowsAutopilotDeviceIdentityItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *WindowsAutopilotDeviceIdentityItemRequestBuilder
NewWindowsAutopilotDeviceIdentityItemRequestBuilder instantiates a new WindowsAutopilotDeviceIdentityItemRequestBuilder and sets the default values.
func NewWindowsAutopilotDeviceIdentityItemRequestBuilderInternal ¶ added in v0.12.0
func NewWindowsAutopilotDeviceIdentityItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *WindowsAutopilotDeviceIdentityItemRequestBuilder
NewWindowsAutopilotDeviceIdentityItemRequestBuilderInternal instantiates a new WindowsAutopilotDeviceIdentityItemRequestBuilder and sets the default values.
func (*WindowsAutopilotDeviceIdentityItemRequestBuilder) AssignUserToDevice ¶ added in v0.12.0
func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) AssignUserToDevice() *i46e967e30b3e2ebfa4ff908160516ec25bc7b2130d0089dcadee4ef1eace18d6.AssignUserToDeviceRequestBuilder
AssignUserToDevice the assignUserToDevice property
func (*WindowsAutopilotDeviceIdentityItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) CreateDeleteRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property windowsAutopilotDeviceIdentities for deviceManagement
func (*WindowsAutopilotDeviceIdentityItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *WindowsAutopilotDeviceIdentityItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property windowsAutopilotDeviceIdentities for deviceManagement
func (*WindowsAutopilotDeviceIdentityItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the Windows autopilot device identities contained collection.
func (*WindowsAutopilotDeviceIdentityItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *WindowsAutopilotDeviceIdentityItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the Windows autopilot device identities contained collection.
func (*WindowsAutopilotDeviceIdentityItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WindowsAutopilotDeviceIdentityable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property windowsAutopilotDeviceIdentities in deviceManagement
func (*WindowsAutopilotDeviceIdentityItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WindowsAutopilotDeviceIdentityable, requestConfiguration *WindowsAutopilotDeviceIdentityItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property windowsAutopilotDeviceIdentities in deviceManagement
func (*WindowsAutopilotDeviceIdentityItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) Delete() error
Delete delete navigation property windowsAutopilotDeviceIdentities for deviceManagement
func (*WindowsAutopilotDeviceIdentityItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) DeleteWithRequestConfigurationAndResponseHandler(requestConfiguration *WindowsAutopilotDeviceIdentityItemRequestBuilderDeleteRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
DeleteWithRequestConfigurationAndResponseHandler delete navigation property windowsAutopilotDeviceIdentities for deviceManagement
func (*WindowsAutopilotDeviceIdentityItemRequestBuilder) Get ¶ added in v0.12.0
func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) Get() (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WindowsAutopilotDeviceIdentityable, error)
Get the Windows autopilot device identities contained collection.
func (*WindowsAutopilotDeviceIdentityItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *WindowsAutopilotDeviceIdentityItemRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WindowsAutopilotDeviceIdentityable, error)
GetWithRequestConfigurationAndResponseHandler the Windows autopilot device identities contained collection.
func (*WindowsAutopilotDeviceIdentityItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) Patch(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WindowsAutopilotDeviceIdentityable) error
Patch update the navigation property windowsAutopilotDeviceIdentities in deviceManagement
func (*WindowsAutopilotDeviceIdentityItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) PatchWithRequestConfigurationAndResponseHandler(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WindowsAutopilotDeviceIdentityable, requestConfiguration *WindowsAutopilotDeviceIdentityItemRequestBuilderPatchRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) error
PatchWithRequestConfigurationAndResponseHandler update the navigation property windowsAutopilotDeviceIdentities in deviceManagement
func (*WindowsAutopilotDeviceIdentityItemRequestBuilder) UnassignUserFromDevice ¶ added in v0.12.0
func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) UnassignUserFromDevice() *i61f366cffe0511c25120182704b917a2c085f27e6fcb6cc1453adc2f2f0c1f45.UnassignUserFromDeviceRequestBuilder
UnassignUserFromDevice the unassignUserFromDevice property
func (*WindowsAutopilotDeviceIdentityItemRequestBuilder) UpdateDeviceProperties ¶ added in v0.12.0
func (m *WindowsAutopilotDeviceIdentityItemRequestBuilder) UpdateDeviceProperties() *i7cd71639ba4ffd0557fb1cdc614568052b0ebbec5a93a34ab448d2d4bcced638.UpdateDevicePropertiesRequestBuilder
UpdateDeviceProperties the updateDeviceProperties property
type WindowsAutopilotDeviceIdentityItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type WindowsAutopilotDeviceIdentityItemRequestBuilderDeleteRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
WindowsAutopilotDeviceIdentityItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type WindowsAutopilotDeviceIdentityItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type WindowsAutopilotDeviceIdentityItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
WindowsAutopilotDeviceIdentityItemRequestBuilderGetQueryParameters the Windows autopilot device identities contained collection.
type WindowsAutopilotDeviceIdentityItemRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type WindowsAutopilotDeviceIdentityItemRequestBuilderGetRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *WindowsAutopilotDeviceIdentityItemRequestBuilderGetQueryParameters }
WindowsAutopilotDeviceIdentityItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type WindowsAutopilotDeviceIdentityItemRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type WindowsAutopilotDeviceIdentityItemRequestBuilderPatchRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
WindowsAutopilotDeviceIdentityItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.