Documentation ¶
Index ¶
- type DeviceCategoryItemRequestBuilder
- func (m *DeviceCategoryItemRequestBuilder) CreateDeleteRequestInformation(options *DeviceCategoryItemRequestBuilderDeleteOptions) (...)
- func (m *DeviceCategoryItemRequestBuilder) CreateGetRequestInformation(options *DeviceCategoryItemRequestBuilderGetOptions) (...)
- func (m *DeviceCategoryItemRequestBuilder) CreatePatchRequestInformation(options *DeviceCategoryItemRequestBuilderPatchOptions) (...)
- func (m *DeviceCategoryItemRequestBuilder) Delete(options *DeviceCategoryItemRequestBuilderDeleteOptions) error
- func (m *DeviceCategoryItemRequestBuilder) Get(options *DeviceCategoryItemRequestBuilderGetOptions) (...)
- func (m *DeviceCategoryItemRequestBuilder) Patch(options *DeviceCategoryItemRequestBuilderPatchOptions) error
- type DeviceCategoryItemRequestBuilderDeleteOptions
- type DeviceCategoryItemRequestBuilderGetOptions
- type DeviceCategoryItemRequestBuilderGetQueryParameters
- type DeviceCategoryItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceCategoryItemRequestBuilder ¶
type DeviceCategoryItemRequestBuilder struct {
// contains filtered or unexported fields
}
DeviceCategoryItemRequestBuilder provides operations to manage the deviceCategories property of the microsoft.graph.deviceManagement entity.
func NewDeviceCategoryItemRequestBuilder ¶
func NewDeviceCategoryItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DeviceCategoryItemRequestBuilder
NewDeviceCategoryItemRequestBuilder instantiates a new DeviceCategoryItemRequestBuilder and sets the default values.
func NewDeviceCategoryItemRequestBuilderInternal ¶
func NewDeviceCategoryItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DeviceCategoryItemRequestBuilder
NewDeviceCategoryItemRequestBuilderInternal instantiates a new DeviceCategoryItemRequestBuilder and sets the default values.
func (*DeviceCategoryItemRequestBuilder) CreateDeleteRequestInformation ¶
func (m *DeviceCategoryItemRequestBuilder) CreateDeleteRequestInformation(options *DeviceCategoryItemRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property deviceCategories for deviceManagement
func (*DeviceCategoryItemRequestBuilder) CreateGetRequestInformation ¶
func (m *DeviceCategoryItemRequestBuilder) CreateGetRequestInformation(options *DeviceCategoryItemRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the list of device categories with the tenant.
func (*DeviceCategoryItemRequestBuilder) CreatePatchRequestInformation ¶
func (m *DeviceCategoryItemRequestBuilder) CreatePatchRequestInformation(options *DeviceCategoryItemRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property deviceCategories in deviceManagement
func (*DeviceCategoryItemRequestBuilder) Delete ¶
func (m *DeviceCategoryItemRequestBuilder) Delete(options *DeviceCategoryItemRequestBuilderDeleteOptions) error
Delete delete navigation property deviceCategories for deviceManagement
func (*DeviceCategoryItemRequestBuilder) Get ¶
func (m *DeviceCategoryItemRequestBuilder) Get(options *DeviceCategoryItemRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCategoryable, error)
Get the list of device categories with the tenant.
func (*DeviceCategoryItemRequestBuilder) Patch ¶
func (m *DeviceCategoryItemRequestBuilder) Patch(options *DeviceCategoryItemRequestBuilderPatchOptions) error
Patch update the navigation property deviceCategories in deviceManagement
type DeviceCategoryItemRequestBuilderDeleteOptions ¶
type DeviceCategoryItemRequestBuilderDeleteOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
DeviceCategoryItemRequestBuilderDeleteOptions options for Delete
type DeviceCategoryItemRequestBuilderGetOptions ¶
type DeviceCategoryItemRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *DeviceCategoryItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
DeviceCategoryItemRequestBuilderGetOptions options for Get
type DeviceCategoryItemRequestBuilderGetQueryParameters ¶
type DeviceCategoryItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
DeviceCategoryItemRequestBuilderGetQueryParameters the list of device categories with the tenant.
type DeviceCategoryItemRequestBuilderPatchOptions ¶
type DeviceCategoryItemRequestBuilderPatchOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCategoryable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
DeviceCategoryItemRequestBuilderPatchOptions options for Patch