Documentation
¶
Index ¶
- type DeviceCategoryItemRequestBuilder
- func (m *DeviceCategoryItemRequestBuilder) CreateDeleteRequestInformation() (...)
- func (m *DeviceCategoryItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(...) (...)
- func (m *DeviceCategoryItemRequestBuilder) CreateGetRequestInformation() (...)
- func (m *DeviceCategoryItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *DeviceCategoryItemRequestBuilderGetRequestConfiguration) (...)
- func (m *DeviceCategoryItemRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *DeviceCategoryItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(...) (...)
- func (m *DeviceCategoryItemRequestBuilder) Delete(ctx context.Context, ...) error
- func (m *DeviceCategoryItemRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *DeviceCategoryItemRequestBuilder) Patch(ctx context.Context, ...) (...)
- type DeviceCategoryItemRequestBuilderDeleteRequestConfiguration
- type DeviceCategoryItemRequestBuilderGetQueryParameters
- type DeviceCategoryItemRequestBuilderGetRequestConfiguration
- type DeviceCategoryItemRequestBuilderPatchRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeviceCategoryItemRequestBuilder ¶ added in v0.12.0
type DeviceCategoryItemRequestBuilder struct {
// contains filtered or unexported fields
}
DeviceCategoryItemRequestBuilder provides operations to manage the deviceCategories property of the microsoft.graph.deviceManagement entity.
func NewDeviceCategoryItemRequestBuilder ¶ added in v0.12.0
func NewDeviceCategoryItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DeviceCategoryItemRequestBuilder
NewDeviceCategoryItemRequestBuilder instantiates a new DeviceCategoryItemRequestBuilder and sets the default values.
func NewDeviceCategoryItemRequestBuilderInternal ¶ added in v0.12.0
func NewDeviceCategoryItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *DeviceCategoryItemRequestBuilder
NewDeviceCategoryItemRequestBuilderInternal instantiates a new DeviceCategoryItemRequestBuilder and sets the default values.
func (*DeviceCategoryItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *DeviceCategoryItemRequestBuilder) CreateDeleteRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property deviceCategories for deviceManagement
func (*DeviceCategoryItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *DeviceCategoryItemRequestBuilder) CreateDeleteRequestInformationWithRequestConfiguration(requestConfiguration *DeviceCategoryItemRequestBuilderDeleteRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformationWithRequestConfiguration delete navigation property deviceCategories for deviceManagement
func (*DeviceCategoryItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *DeviceCategoryItemRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the list of device categories with the tenant.
func (*DeviceCategoryItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *DeviceCategoryItemRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *DeviceCategoryItemRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the list of device categories with the tenant.
func (*DeviceCategoryItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *DeviceCategoryItemRequestBuilder) CreatePatchRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCategoryable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property deviceCategories in deviceManagement
func (*DeviceCategoryItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *DeviceCategoryItemRequestBuilder) CreatePatchRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCategoryable, requestConfiguration *DeviceCategoryItemRequestBuilderPatchRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformationWithRequestConfiguration update the navigation property deviceCategories in deviceManagement
func (*DeviceCategoryItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *DeviceCategoryItemRequestBuilder) Delete(ctx context.Context, requestConfiguration *DeviceCategoryItemRequestBuilderDeleteRequestConfiguration) error
Delete delete navigation property deviceCategories for deviceManagement
func (*DeviceCategoryItemRequestBuilder) Get ¶ added in v0.12.0
func (m *DeviceCategoryItemRequestBuilder) Get(ctx context.Context, requestConfiguration *DeviceCategoryItemRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCategoryable, error)
Get the list of device categories with the tenant.
func (*DeviceCategoryItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *DeviceCategoryItemRequestBuilder) Patch(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCategoryable, requestConfiguration *DeviceCategoryItemRequestBuilderPatchRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.DeviceCategoryable, error)
Patch update the navigation property deviceCategories in deviceManagement
type DeviceCategoryItemRequestBuilderDeleteRequestConfiguration ¶ added in v0.22.0
type DeviceCategoryItemRequestBuilderDeleteRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
DeviceCategoryItemRequestBuilderDeleteRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type DeviceCategoryItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
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 DeviceCategoryItemRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type DeviceCategoryItemRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *DeviceCategoryItemRequestBuilderGetQueryParameters
}
DeviceCategoryItemRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type DeviceCategoryItemRequestBuilderPatchRequestConfiguration ¶ added in v0.22.0
type DeviceCategoryItemRequestBuilderPatchRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
DeviceCategoryItemRequestBuilderPatchRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.