Documentation
¶
Index ¶
- type WindowsAutopilotDeviceIdentityRequestBuilder
- func (m *WindowsAutopilotDeviceIdentityRequestBuilder) AssignUserToDevice() ...
- func (m *WindowsAutopilotDeviceIdentityRequestBuilder) CreateDeleteRequestInformation(options *WindowsAutopilotDeviceIdentityRequestBuilderDeleteOptions) (...)
- func (m *WindowsAutopilotDeviceIdentityRequestBuilder) CreateGetRequestInformation(options *WindowsAutopilotDeviceIdentityRequestBuilderGetOptions) (...)
- func (m *WindowsAutopilotDeviceIdentityRequestBuilder) CreatePatchRequestInformation(options *WindowsAutopilotDeviceIdentityRequestBuilderPatchOptions) (...)
- func (m *WindowsAutopilotDeviceIdentityRequestBuilder) Delete(options *WindowsAutopilotDeviceIdentityRequestBuilderDeleteOptions) error
- func (m *WindowsAutopilotDeviceIdentityRequestBuilder) Get(options *WindowsAutopilotDeviceIdentityRequestBuilderGetOptions) (...)
- func (m *WindowsAutopilotDeviceIdentityRequestBuilder) Patch(options *WindowsAutopilotDeviceIdentityRequestBuilderPatchOptions) error
- func (m *WindowsAutopilotDeviceIdentityRequestBuilder) UnassignUserFromDevice() ...
- func (m *WindowsAutopilotDeviceIdentityRequestBuilder) UpdateDeviceProperties() ...
- type WindowsAutopilotDeviceIdentityRequestBuilderDeleteOptions
- type WindowsAutopilotDeviceIdentityRequestBuilderGetOptions
- type WindowsAutopilotDeviceIdentityRequestBuilderGetQueryParameters
- type WindowsAutopilotDeviceIdentityRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WindowsAutopilotDeviceIdentityRequestBuilder ¶
type WindowsAutopilotDeviceIdentityRequestBuilder struct {
// contains filtered or unexported fields
}
WindowsAutopilotDeviceIdentityRequestBuilder builds and executes requests for operations under \deviceManagement\windowsAutopilotDeviceIdentities\{windowsAutopilotDeviceIdentity-id}
func NewWindowsAutopilotDeviceIdentityRequestBuilder ¶
func NewWindowsAutopilotDeviceIdentityRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *WindowsAutopilotDeviceIdentityRequestBuilder
NewWindowsAutopilotDeviceIdentityRequestBuilder instantiates a new WindowsAutopilotDeviceIdentityRequestBuilder and sets the default values.
func NewWindowsAutopilotDeviceIdentityRequestBuilderInternal ¶
func NewWindowsAutopilotDeviceIdentityRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *WindowsAutopilotDeviceIdentityRequestBuilder
NewWindowsAutopilotDeviceIdentityRequestBuilderInternal instantiates a new WindowsAutopilotDeviceIdentityRequestBuilder and sets the default values.
func (*WindowsAutopilotDeviceIdentityRequestBuilder) AssignUserToDevice ¶
func (*WindowsAutopilotDeviceIdentityRequestBuilder) CreateDeleteRequestInformation ¶
func (m *WindowsAutopilotDeviceIdentityRequestBuilder) CreateDeleteRequestInformation(options *WindowsAutopilotDeviceIdentityRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation the Windows autopilot device identities contained collection.
func (*WindowsAutopilotDeviceIdentityRequestBuilder) CreateGetRequestInformation ¶
func (m *WindowsAutopilotDeviceIdentityRequestBuilder) CreateGetRequestInformation(options *WindowsAutopilotDeviceIdentityRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation the Windows autopilot device identities contained collection.
func (*WindowsAutopilotDeviceIdentityRequestBuilder) CreatePatchRequestInformation ¶
func (m *WindowsAutopilotDeviceIdentityRequestBuilder) CreatePatchRequestInformation(options *WindowsAutopilotDeviceIdentityRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation the Windows autopilot device identities contained collection.
func (*WindowsAutopilotDeviceIdentityRequestBuilder) Delete ¶
func (m *WindowsAutopilotDeviceIdentityRequestBuilder) Delete(options *WindowsAutopilotDeviceIdentityRequestBuilderDeleteOptions) error
Delete the Windows autopilot device identities contained collection.
func (*WindowsAutopilotDeviceIdentityRequestBuilder) Get ¶
func (m *WindowsAutopilotDeviceIdentityRequestBuilder) Get(options *WindowsAutopilotDeviceIdentityRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WindowsAutopilotDeviceIdentity, error)
Get the Windows autopilot device identities contained collection.
func (*WindowsAutopilotDeviceIdentityRequestBuilder) Patch ¶
func (m *WindowsAutopilotDeviceIdentityRequestBuilder) Patch(options *WindowsAutopilotDeviceIdentityRequestBuilderPatchOptions) error
Patch the Windows autopilot device identities contained collection.
func (*WindowsAutopilotDeviceIdentityRequestBuilder) UnassignUserFromDevice ¶
func (m *WindowsAutopilotDeviceIdentityRequestBuilder) UnassignUserFromDevice() *i61f366cffe0511c25120182704b917a2c085f27e6fcb6cc1453adc2f2f0c1f45.UnassignUserFromDeviceRequestBuilder
func (*WindowsAutopilotDeviceIdentityRequestBuilder) UpdateDeviceProperties ¶
func (m *WindowsAutopilotDeviceIdentityRequestBuilder) UpdateDeviceProperties() *i7cd71639ba4ffd0557fb1cdc614568052b0ebbec5a93a34ab448d2d4bcced638.UpdateDevicePropertiesRequestBuilder
type WindowsAutopilotDeviceIdentityRequestBuilderDeleteOptions ¶
type WindowsAutopilotDeviceIdentityRequestBuilderDeleteOptions 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 }
WindowsAutopilotDeviceIdentityRequestBuilderDeleteOptions options for Delete
type WindowsAutopilotDeviceIdentityRequestBuilderGetOptions ¶
type WindowsAutopilotDeviceIdentityRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *WindowsAutopilotDeviceIdentityRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
WindowsAutopilotDeviceIdentityRequestBuilderGetOptions options for Get
type WindowsAutopilotDeviceIdentityRequestBuilderGetQueryParameters ¶
type WindowsAutopilotDeviceIdentityRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
WindowsAutopilotDeviceIdentityRequestBuilderGetQueryParameters the Windows autopilot device identities contained collection.
type WindowsAutopilotDeviceIdentityRequestBuilderPatchOptions ¶
type WindowsAutopilotDeviceIdentityRequestBuilderPatchOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WindowsAutopilotDeviceIdentity // 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 }
WindowsAutopilotDeviceIdentityRequestBuilderPatchOptions options for Patch