Documentation
¶
Index ¶
- type WindowsInformationProtectionNetworkLearningSummariesRequestBuilder
- func NewWindowsInformationProtectionNetworkLearningSummariesRequestBuilder(rawUrl string, ...) *WindowsInformationProtectionNetworkLearningSummariesRequestBuilder
- func NewWindowsInformationProtectionNetworkLearningSummariesRequestBuilderInternal(pathParameters map[string]string, ...) *WindowsInformationProtectionNetworkLearningSummariesRequestBuilder
- func (m *WindowsInformationProtectionNetworkLearningSummariesRequestBuilder) Count() ...
- func (m *WindowsInformationProtectionNetworkLearningSummariesRequestBuilder) CreateGetRequestInformation() (...)
- func (m *WindowsInformationProtectionNetworkLearningSummariesRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(...) (...)
- func (m *WindowsInformationProtectionNetworkLearningSummariesRequestBuilder) CreatePostRequestInformation(...) (...)
- func (m *WindowsInformationProtectionNetworkLearningSummariesRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(...) (...)
- func (m *WindowsInformationProtectionNetworkLearningSummariesRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *WindowsInformationProtectionNetworkLearningSummariesRequestBuilder) Post(ctx context.Context, ...) (...)
- type WindowsInformationProtectionNetworkLearningSummariesRequestBuilderGetQueryParameters
- type WindowsInformationProtectionNetworkLearningSummariesRequestBuilderGetRequestConfiguration
- type WindowsInformationProtectionNetworkLearningSummariesRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WindowsInformationProtectionNetworkLearningSummariesRequestBuilder ¶
type WindowsInformationProtectionNetworkLearningSummariesRequestBuilder struct {
// contains filtered or unexported fields
}
WindowsInformationProtectionNetworkLearningSummariesRequestBuilder provides operations to manage the windowsInformationProtectionNetworkLearningSummaries property of the microsoft.graph.deviceManagement entity.
func NewWindowsInformationProtectionNetworkLearningSummariesRequestBuilder ¶
func NewWindowsInformationProtectionNetworkLearningSummariesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *WindowsInformationProtectionNetworkLearningSummariesRequestBuilder
NewWindowsInformationProtectionNetworkLearningSummariesRequestBuilder instantiates a new WindowsInformationProtectionNetworkLearningSummariesRequestBuilder and sets the default values.
func NewWindowsInformationProtectionNetworkLearningSummariesRequestBuilderInternal ¶
func NewWindowsInformationProtectionNetworkLearningSummariesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *WindowsInformationProtectionNetworkLearningSummariesRequestBuilder
NewWindowsInformationProtectionNetworkLearningSummariesRequestBuilderInternal instantiates a new WindowsInformationProtectionNetworkLearningSummariesRequestBuilder and sets the default values.
func (*WindowsInformationProtectionNetworkLearningSummariesRequestBuilder) Count ¶ added in v0.13.0
func (m *WindowsInformationProtectionNetworkLearningSummariesRequestBuilder) Count() *i57a865aa134e7925595a5ab81f1d4b6021c416a5b529e7a8ee1bdc7a02984e24.CountRequestBuilder
Count the Count property
func (*WindowsInformationProtectionNetworkLearningSummariesRequestBuilder) CreateGetRequestInformation ¶
func (m *WindowsInformationProtectionNetworkLearningSummariesRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation the windows information protection network learning summaries.
func (*WindowsInformationProtectionNetworkLearningSummariesRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *WindowsInformationProtectionNetworkLearningSummariesRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *WindowsInformationProtectionNetworkLearningSummariesRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration the windows information protection network learning summaries.
func (*WindowsInformationProtectionNetworkLearningSummariesRequestBuilder) CreatePostRequestInformation ¶
func (m *WindowsInformationProtectionNetworkLearningSummariesRequestBuilder) CreatePostRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WindowsInformationProtectionNetworkLearningSummaryable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to windowsInformationProtectionNetworkLearningSummaries for deviceManagement
func (*WindowsInformationProtectionNetworkLearningSummariesRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *WindowsInformationProtectionNetworkLearningSummariesRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WindowsInformationProtectionNetworkLearningSummaryable, requestConfiguration *WindowsInformationProtectionNetworkLearningSummariesRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create new navigation property to windowsInformationProtectionNetworkLearningSummaries for deviceManagement
func (*WindowsInformationProtectionNetworkLearningSummariesRequestBuilder) Get ¶
func (m *WindowsInformationProtectionNetworkLearningSummariesRequestBuilder) Get(ctx context.Context, requestConfiguration *WindowsInformationProtectionNetworkLearningSummariesRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WindowsInformationProtectionNetworkLearningSummaryCollectionResponseable, error)
Get the windows information protection network learning summaries.
func (*WindowsInformationProtectionNetworkLearningSummariesRequestBuilder) Post ¶
func (m *WindowsInformationProtectionNetworkLearningSummariesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WindowsInformationProtectionNetworkLearningSummaryable, requestConfiguration *WindowsInformationProtectionNetworkLearningSummariesRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.WindowsInformationProtectionNetworkLearningSummaryable, error)
Post create new navigation property to windowsInformationProtectionNetworkLearningSummaries for deviceManagement
type WindowsInformationProtectionNetworkLearningSummariesRequestBuilderGetQueryParameters ¶
type WindowsInformationProtectionNetworkLearningSummariesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
// Expand related entities
Expand []string `uriparametername:"%24expand"`
// Filter items by property values
Filter *string `uriparametername:"%24filter"`
// Order items by property values
Orderby []string `uriparametername:"%24orderby"`
// Search items by search phrases
Search *string `uriparametername:"%24search"`
// Select properties to be returned
Select []string `uriparametername:"%24select"`
// Skip the first n items
Skip *int32 `uriparametername:"%24skip"`
// Show only the first n items
Top *int32 `uriparametername:"%24top"`
}
WindowsInformationProtectionNetworkLearningSummariesRequestBuilderGetQueryParameters the windows information protection network learning summaries.
type WindowsInformationProtectionNetworkLearningSummariesRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type WindowsInformationProtectionNetworkLearningSummariesRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *WindowsInformationProtectionNetworkLearningSummariesRequestBuilderGetQueryParameters
}
WindowsInformationProtectionNetworkLearningSummariesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type WindowsInformationProtectionNetworkLearningSummariesRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type WindowsInformationProtectionNetworkLearningSummariesRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
WindowsInformationProtectionNetworkLearningSummariesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.