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
}
Builds and executes requests for operations under \deviceManagement\importedWindowsAutopilotDeviceIdentities\{importedWindowsAutopilotDeviceIdentity-id}
func NewImportedWindowsAutopilotDeviceIdentityRequestBuilder ¶
func NewImportedWindowsAutopilotDeviceIdentityRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ImportedWindowsAutopilotDeviceIdentityRequestBuilder
Instantiates a new ImportedWindowsAutopilotDeviceIdentityRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewImportedWindowsAutopilotDeviceIdentityRequestBuilderInternal ¶
func NewImportedWindowsAutopilotDeviceIdentityRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *ImportedWindowsAutopilotDeviceIdentityRequestBuilder
Instantiates a new ImportedWindowsAutopilotDeviceIdentityRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*ImportedWindowsAutopilotDeviceIdentityRequestBuilder) CreateDeleteRequestInformation ¶
func (m *ImportedWindowsAutopilotDeviceIdentityRequestBuilder) CreateDeleteRequestInformation(options *ImportedWindowsAutopilotDeviceIdentityRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Collection of imported Windows autopilot devices. Parameters:
- options : Options for the request
func (*ImportedWindowsAutopilotDeviceIdentityRequestBuilder) CreateGetRequestInformation ¶
func (m *ImportedWindowsAutopilotDeviceIdentityRequestBuilder) CreateGetRequestInformation(options *ImportedWindowsAutopilotDeviceIdentityRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Collection of imported Windows autopilot devices. Parameters:
- options : Options for the request
func (*ImportedWindowsAutopilotDeviceIdentityRequestBuilder) CreatePatchRequestInformation ¶
func (m *ImportedWindowsAutopilotDeviceIdentityRequestBuilder) CreatePatchRequestInformation(options *ImportedWindowsAutopilotDeviceIdentityRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Collection of imported Windows autopilot devices. Parameters:
- options : Options for the request
func (*ImportedWindowsAutopilotDeviceIdentityRequestBuilder) Delete ¶
func (m *ImportedWindowsAutopilotDeviceIdentityRequestBuilder) Delete(options *ImportedWindowsAutopilotDeviceIdentityRequestBuilderDeleteOptions) error
Collection of imported Windows autopilot devices. Parameters:
- options : Options for the request
func (*ImportedWindowsAutopilotDeviceIdentityRequestBuilder) Get ¶
func (m *ImportedWindowsAutopilotDeviceIdentityRequestBuilder) Get(options *ImportedWindowsAutopilotDeviceIdentityRequestBuilderGetOptions) (*i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.ImportedWindowsAutopilotDeviceIdentity, error)
Collection of imported Windows autopilot devices. Parameters:
- options : Options for the request
func (*ImportedWindowsAutopilotDeviceIdentityRequestBuilder) Patch ¶
func (m *ImportedWindowsAutopilotDeviceIdentityRequestBuilder) Patch(options *ImportedWindowsAutopilotDeviceIdentityRequestBuilderPatchOptions) error
Collection of imported Windows autopilot devices. Parameters:
- options : Options for the request
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
}
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
}
Options for Get
type ImportedWindowsAutopilotDeviceIdentityRequestBuilderGetQueryParameters ¶
type ImportedWindowsAutopilotDeviceIdentityRequestBuilderGetQueryParameters struct {
ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.QueryParametersBase
// Expand related entities
Expand []string
// Select properties to be returned
Select_escaped []string
}
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
}
Options for Patch