Documentation
¶
Index ¶
- type OverridesRequestBuilder
- func (m *OverridesRequestBuilder) Count() ...
- func (m *OverridesRequestBuilder) CreateGetRequestInformation() (...)
- func (m *OverridesRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *OverridesRequestBuilderGetRequestConfiguration) (...)
- func (m *OverridesRequestBuilder) CreatePostRequestInformation(...) (...)
- func (m *OverridesRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(...) (...)
- func (m *OverridesRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *OverridesRequestBuilder) Post(ctx context.Context, ...) (...)
- type OverridesRequestBuilderGetQueryParameters
- type OverridesRequestBuilderGetRequestConfiguration
- type OverridesRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OverridesRequestBuilder ¶
type OverridesRequestBuilder struct {
// contains filtered or unexported fields
}
OverridesRequestBuilder provides operations to manage the overrides property of the microsoft.graph.inferenceClassification entity.
func NewOverridesRequestBuilder ¶
func NewOverridesRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OverridesRequestBuilder
NewOverridesRequestBuilder instantiates a new OverridesRequestBuilder and sets the default values.
func NewOverridesRequestBuilderInternal ¶
func NewOverridesRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OverridesRequestBuilder
NewOverridesRequestBuilderInternal instantiates a new OverridesRequestBuilder and sets the default values.
func (*OverridesRequestBuilder) Count ¶ added in v0.13.0
func (m *OverridesRequestBuilder) Count() *iab5422034249c0b3c82deb3c7b519e09a727596db3ccdffc8644f51f247493d0.CountRequestBuilder
Count the Count property
func (*OverridesRequestBuilder) CreateGetRequestInformation ¶
func (m *OverridesRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get the overrides that a user has set up to always classify messages from certain senders in specific ways. Each override corresponds to an SMTP address of a sender. Initially, a user does not have any overrides.
func (*OverridesRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *OverridesRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *OverridesRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration get the overrides that a user has set up to always classify messages from certain senders in specific ways. Each override corresponds to an SMTP address of a sender. Initially, a user does not have any overrides.
func (*OverridesRequestBuilder) CreatePostRequestInformation ¶
func (m *OverridesRequestBuilder) CreatePostRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InferenceClassificationOverrideable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create an override for a sender identified by an SMTP address. Future messages from that SMTP address will be consistently classifiedas specified in the override. **Note**
func (*OverridesRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *OverridesRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InferenceClassificationOverrideable, requestConfiguration *OverridesRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create an override for a sender identified by an SMTP address. Future messages from that SMTP address will be consistently classifiedas specified in the override. **Note**
func (*OverridesRequestBuilder) Get ¶
func (m *OverridesRequestBuilder) Get(ctx context.Context, requestConfiguration *OverridesRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InferenceClassificationOverrideCollectionResponseable, error)
Get get the overrides that a user has set up to always classify messages from certain senders in specific ways. Each override corresponds to an SMTP address of a sender. Initially, a user does not have any overrides.
func (*OverridesRequestBuilder) Post ¶
func (m *OverridesRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InferenceClassificationOverrideable, requestConfiguration *OverridesRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.InferenceClassificationOverrideable, error)
Post create an override for a sender identified by an SMTP address. Future messages from that SMTP address will be consistently classifiedas specified in the override. **Note**
type OverridesRequestBuilderGetQueryParameters ¶
type OverridesRequestBuilderGetQueryParameters struct {
// Include count of items
Count *bool `uriparametername:"%24count"`
// Filter items by property values
Filter *string `uriparametername:"%24filter"`
// Order items by property values
Orderby []string `uriparametername:"%24orderby"`
// 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"`
}
OverridesRequestBuilderGetQueryParameters get the overrides that a user has set up to always classify messages from certain senders in specific ways. Each override corresponds to an SMTP address of a sender. Initially, a user does not have any overrides.
type OverridesRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
type OverridesRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *OverridesRequestBuilderGetQueryParameters
}
OverridesRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type OverridesRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type OverridesRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
OverridesRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.