Documentation ¶
Index ¶
- type WindowsInformationProtectionAppLearningSummaryItemRequestBuilder
- func NewWindowsInformationProtectionAppLearningSummaryItemRequestBuilder(rawUrl string, ...) *WindowsInformationProtectionAppLearningSummaryItemRequestBuilder
- func NewWindowsInformationProtectionAppLearningSummaryItemRequestBuilderInternal(pathParameters map[string]string, ...) *WindowsInformationProtectionAppLearningSummaryItemRequestBuilder
- func (m *WindowsInformationProtectionAppLearningSummaryItemRequestBuilder) CreateDeleteRequestInformation(...) (...)
- func (m *WindowsInformationProtectionAppLearningSummaryItemRequestBuilder) CreateGetRequestInformation(...) (...)
- func (m *WindowsInformationProtectionAppLearningSummaryItemRequestBuilder) CreatePatchRequestInformation(...) (...)
- func (m *WindowsInformationProtectionAppLearningSummaryItemRequestBuilder) Delete(...) error
- func (m *WindowsInformationProtectionAppLearningSummaryItemRequestBuilder) Get(...) (...)
- func (m *WindowsInformationProtectionAppLearningSummaryItemRequestBuilder) Patch(...) error
- type WindowsInformationProtectionAppLearningSummaryItemRequestBuilderDeleteOptions
- type WindowsInformationProtectionAppLearningSummaryItemRequestBuilderGetOptions
- type WindowsInformationProtectionAppLearningSummaryItemRequestBuilderGetQueryParameters
- type WindowsInformationProtectionAppLearningSummaryItemRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WindowsInformationProtectionAppLearningSummaryItemRequestBuilder ¶ added in v0.12.0
type WindowsInformationProtectionAppLearningSummaryItemRequestBuilder struct {
// contains filtered or unexported fields
}
WindowsInformationProtectionAppLearningSummaryItemRequestBuilder provides operations to manage the windowsInformationProtectionAppLearningSummaries property of the microsoft.graph.deviceManagement entity.
func NewWindowsInformationProtectionAppLearningSummaryItemRequestBuilder ¶ added in v0.12.0
func NewWindowsInformationProtectionAppLearningSummaryItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *WindowsInformationProtectionAppLearningSummaryItemRequestBuilder
NewWindowsInformationProtectionAppLearningSummaryItemRequestBuilder instantiates a new WindowsInformationProtectionAppLearningSummaryItemRequestBuilder and sets the default values.
func NewWindowsInformationProtectionAppLearningSummaryItemRequestBuilderInternal ¶ added in v0.12.0
func NewWindowsInformationProtectionAppLearningSummaryItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *WindowsInformationProtectionAppLearningSummaryItemRequestBuilder
NewWindowsInformationProtectionAppLearningSummaryItemRequestBuilderInternal instantiates a new WindowsInformationProtectionAppLearningSummaryItemRequestBuilder and sets the default values.
func (*WindowsInformationProtectionAppLearningSummaryItemRequestBuilder) CreateDeleteRequestInformation ¶ added in v0.12.0
func (m *WindowsInformationProtectionAppLearningSummaryItemRequestBuilder) CreateDeleteRequestInformation(options *WindowsInformationProtectionAppLearningSummaryItemRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property windowsInformationProtectionAppLearningSummaries for deviceManagement
func (*WindowsInformationProtectionAppLearningSummaryItemRequestBuilder) CreateGetRequestInformation ¶ added in v0.12.0
func (m *WindowsInformationProtectionAppLearningSummaryItemRequestBuilder) CreateGetRequestInformation(options *WindowsInformationProtectionAppLearningSummaryItemRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the windows information protection app learning summaries.
func (*WindowsInformationProtectionAppLearningSummaryItemRequestBuilder) CreatePatchRequestInformation ¶ added in v0.12.0
func (m *WindowsInformationProtectionAppLearningSummaryItemRequestBuilder) CreatePatchRequestInformation(options *WindowsInformationProtectionAppLearningSummaryItemRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property windowsInformationProtectionAppLearningSummaries in deviceManagement
func (*WindowsInformationProtectionAppLearningSummaryItemRequestBuilder) Delete ¶ added in v0.12.0
func (m *WindowsInformationProtectionAppLearningSummaryItemRequestBuilder) Delete(options *WindowsInformationProtectionAppLearningSummaryItemRequestBuilderDeleteOptions) error
Delete delete navigation property windowsInformationProtectionAppLearningSummaries for deviceManagement
func (*WindowsInformationProtectionAppLearningSummaryItemRequestBuilder) Get ¶ added in v0.12.0
func (m *WindowsInformationProtectionAppLearningSummaryItemRequestBuilder) Get(options *WindowsInformationProtectionAppLearningSummaryItemRequestBuilderGetOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WindowsInformationProtectionAppLearningSummaryable, error)
Get the windows information protection app learning summaries.
func (*WindowsInformationProtectionAppLearningSummaryItemRequestBuilder) Patch ¶ added in v0.12.0
func (m *WindowsInformationProtectionAppLearningSummaryItemRequestBuilder) Patch(options *WindowsInformationProtectionAppLearningSummaryItemRequestBuilderPatchOptions) error
Patch update the navigation property windowsInformationProtectionAppLearningSummaries in deviceManagement
type WindowsInformationProtectionAppLearningSummaryItemRequestBuilderDeleteOptions ¶ added in v0.12.0
type WindowsInformationProtectionAppLearningSummaryItemRequestBuilderDeleteOptions 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 }
WindowsInformationProtectionAppLearningSummaryItemRequestBuilderDeleteOptions options for Delete
type WindowsInformationProtectionAppLearningSummaryItemRequestBuilderGetOptions ¶ added in v0.12.0
type WindowsInformationProtectionAppLearningSummaryItemRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *WindowsInformationProtectionAppLearningSummaryItemRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
WindowsInformationProtectionAppLearningSummaryItemRequestBuilderGetOptions options for Get
type WindowsInformationProtectionAppLearningSummaryItemRequestBuilderGetQueryParameters ¶ added in v0.12.0
type WindowsInformationProtectionAppLearningSummaryItemRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
WindowsInformationProtectionAppLearningSummaryItemRequestBuilderGetQueryParameters the windows information protection app learning summaries.
type WindowsInformationProtectionAppLearningSummaryItemRequestBuilderPatchOptions ¶ added in v0.12.0
type WindowsInformationProtectionAppLearningSummaryItemRequestBuilderPatchOptions struct { // Body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WindowsInformationProtectionAppLearningSummaryable // 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 }
WindowsInformationProtectionAppLearningSummaryItemRequestBuilderPatchOptions options for Patch