Documentation
¶
Index ¶
- type ImportedWindowsAutopilotDeviceIdentityRequestBuilder
- func (m *ImportedWindowsAutopilotDeviceIdentityRequestBuilder) CreateDeleteRequestInformation(options *ImportedWindowsAutopilotDeviceIdentityRequestBuilderDeleteOptions) (...)
- func (m *ImportedWindowsAutopilotDeviceIdentityRequestBuilder) CreateGetRequestInformation(options *ImportedWindowsAutopilotDeviceIdentityRequestBuilderGetOptions) (...)
- func (m *ImportedWindowsAutopilotDeviceIdentityRequestBuilder) CreatePatchRequestInformation(options *ImportedWindowsAutopilotDeviceIdentityRequestBuilderPatchOptions) (...)
- func (m *ImportedWindowsAutopilotDeviceIdentityRequestBuilder) Delete(options *ImportedWindowsAutopilotDeviceIdentityRequestBuilderDeleteOptions) error
- func (m *ImportedWindowsAutopilotDeviceIdentityRequestBuilder) Get(options *ImportedWindowsAutopilotDeviceIdentityRequestBuilderGetOptions) (...)
- func (m *ImportedWindowsAutopilotDeviceIdentityRequestBuilder) Patch(options *ImportedWindowsAutopilotDeviceIdentityRequestBuilderPatchOptions) error
- type ImportedWindowsAutopilotDeviceIdentityRequestBuilderDeleteOptions
- type ImportedWindowsAutopilotDeviceIdentityRequestBuilderGetOptions
- type ImportedWindowsAutopilotDeviceIdentityRequestBuilderGetQueryParameters
- type ImportedWindowsAutopilotDeviceIdentityRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImportedWindowsAutopilotDeviceIdentityRequestBuilder ¶
type ImportedWindowsAutopilotDeviceIdentityRequestBuilder struct {
// contains filtered or unexported fields
}
ImportedWindowsAutopilotDeviceIdentityRequestBuilder builds and executes requests for operations under \deviceManagement\importedWindowsAutopilotDeviceIdentities\{importedWindowsAutopilotDeviceIdentity-id}
func NewImportedWindowsAutopilotDeviceIdentityRequestBuilder ¶
func NewImportedWindowsAutopilotDeviceIdentityRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ImportedWindowsAutopilotDeviceIdentityRequestBuilder
NewImportedWindowsAutopilotDeviceIdentityRequestBuilder instantiates a new ImportedWindowsAutopilotDeviceIdentityRequestBuilder and sets the default values.
func NewImportedWindowsAutopilotDeviceIdentityRequestBuilderInternal ¶
func NewImportedWindowsAutopilotDeviceIdentityRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ImportedWindowsAutopilotDeviceIdentityRequestBuilder
NewImportedWindowsAutopilotDeviceIdentityRequestBuilderInternal instantiates a new ImportedWindowsAutopilotDeviceIdentityRequestBuilder and sets the default values.
func (*ImportedWindowsAutopilotDeviceIdentityRequestBuilder) CreateDeleteRequestInformation ¶
func (m *ImportedWindowsAutopilotDeviceIdentityRequestBuilder) CreateDeleteRequestInformation(options *ImportedWindowsAutopilotDeviceIdentityRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation collection of imported Windows autopilot devices.
func (*ImportedWindowsAutopilotDeviceIdentityRequestBuilder) CreateGetRequestInformation ¶
func (m *ImportedWindowsAutopilotDeviceIdentityRequestBuilder) CreateGetRequestInformation(options *ImportedWindowsAutopilotDeviceIdentityRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation collection of imported Windows autopilot devices.
func (*ImportedWindowsAutopilotDeviceIdentityRequestBuilder) CreatePatchRequestInformation ¶
func (m *ImportedWindowsAutopilotDeviceIdentityRequestBuilder) CreatePatchRequestInformation(options *ImportedWindowsAutopilotDeviceIdentityRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation collection of imported Windows autopilot devices.
func (*ImportedWindowsAutopilotDeviceIdentityRequestBuilder) Delete ¶
func (m *ImportedWindowsAutopilotDeviceIdentityRequestBuilder) Delete(options *ImportedWindowsAutopilotDeviceIdentityRequestBuilderDeleteOptions) error
Delete collection of imported Windows autopilot devices.
func (*ImportedWindowsAutopilotDeviceIdentityRequestBuilder) Get ¶
func (m *ImportedWindowsAutopilotDeviceIdentityRequestBuilder) Get(options *ImportedWindowsAutopilotDeviceIdentityRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ImportedWindowsAutopilotDeviceIdentity, error)
Get collection of imported Windows autopilot devices.
func (*ImportedWindowsAutopilotDeviceIdentityRequestBuilder) Patch ¶
func (m *ImportedWindowsAutopilotDeviceIdentityRequestBuilder) Patch(options *ImportedWindowsAutopilotDeviceIdentityRequestBuilderPatchOptions) error
Patch collection of imported Windows autopilot devices.
type ImportedWindowsAutopilotDeviceIdentityRequestBuilderDeleteOptions ¶
type ImportedWindowsAutopilotDeviceIdentityRequestBuilderDeleteOptions 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 }
ImportedWindowsAutopilotDeviceIdentityRequestBuilderDeleteOptions options for Delete
type ImportedWindowsAutopilotDeviceIdentityRequestBuilderGetOptions ¶
type ImportedWindowsAutopilotDeviceIdentityRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *ImportedWindowsAutopilotDeviceIdentityRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
ImportedWindowsAutopilotDeviceIdentityRequestBuilderGetOptions options for Get
type ImportedWindowsAutopilotDeviceIdentityRequestBuilderGetQueryParameters ¶
type ImportedWindowsAutopilotDeviceIdentityRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
ImportedWindowsAutopilotDeviceIdentityRequestBuilderGetQueryParameters collection of imported Windows autopilot devices.
type ImportedWindowsAutopilotDeviceIdentityRequestBuilderPatchOptions ¶
type ImportedWindowsAutopilotDeviceIdentityRequestBuilderPatchOptions struct { // Body *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ImportedWindowsAutopilotDeviceIdentity // 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 }
ImportedWindowsAutopilotDeviceIdentityRequestBuilderPatchOptions options for Patch