Documentation
¶
Index ¶
- type OperationsRequestBuilder
- func (m *OperationsRequestBuilder) Count() ...
- func (m *OperationsRequestBuilder) CreateGetRequestInformation() (...)
- func (m *OperationsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *OperationsRequestBuilderGetRequestConfiguration) (...)
- func (m *OperationsRequestBuilder) CreatePostRequestInformation(...) (...)
- func (m *OperationsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(...) (...)
- func (m *OperationsRequestBuilder) Get(ctx context.Context, ...) (...)
- func (m *OperationsRequestBuilder) Post(ctx context.Context, ...) (...)
- type OperationsRequestBuilderGetQueryParameters
- type OperationsRequestBuilderGetRequestConfiguration
- type OperationsRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OperationsRequestBuilder ¶
type OperationsRequestBuilder struct {
// contains filtered or unexported fields
}
OperationsRequestBuilder provides operations to manage the operations property of the microsoft.graph.security.ediscoveryCase entity.
func NewOperationsRequestBuilder ¶
func NewOperationsRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OperationsRequestBuilder
NewOperationsRequestBuilder instantiates a new OperationsRequestBuilder and sets the default values.
func NewOperationsRequestBuilderInternal ¶
func NewOperationsRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OperationsRequestBuilder
NewOperationsRequestBuilderInternal instantiates a new OperationsRequestBuilder and sets the default values.
func (*OperationsRequestBuilder) Count ¶
func (m *OperationsRequestBuilder) Count() *ifd4e6ea63f82faedcd29b766ad6788f97c52a4209e3575cd139abf7c993a89f2.CountRequestBuilder
Count the Count property
func (*OperationsRequestBuilder) CreateGetRequestInformation ¶
func (m *OperationsRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation get a list of the caseOperation objects and their properties.
func (*OperationsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶
func (m *OperationsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *OperationsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration get a list of the caseOperation objects and their properties.
func (*OperationsRequestBuilder) CreatePostRequestInformation ¶
func (m *OperationsRequestBuilder) CreatePostRequestInformation(body idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.CaseOperationable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to operations for security
func (*OperationsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶
func (m *OperationsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.CaseOperationable, requestConfiguration *OperationsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create new navigation property to operations for security
func (*OperationsRequestBuilder) Get ¶
func (m *OperationsRequestBuilder) Get(ctx context.Context, requestConfiguration *OperationsRequestBuilderGetRequestConfiguration) (idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.CaseOperationCollectionResponseable, error)
Get get a list of the caseOperation objects and their properties.
func (*OperationsRequestBuilder) Post ¶
func (m *OperationsRequestBuilder) Post(ctx context.Context, body idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.CaseOperationable, requestConfiguration *OperationsRequestBuilderPostRequestConfiguration) (idd6d442c3cc83a389b8f0b8dd7ac355916e813c2882ff3aaa23331424ba827ae.CaseOperationable, error)
Post create new navigation property to operations for security
type OperationsRequestBuilderGetQueryParameters ¶
type OperationsRequestBuilderGetQueryParameters 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"`
}
OperationsRequestBuilderGetQueryParameters get a list of the caseOperation objects and their properties.
type OperationsRequestBuilderGetRequestConfiguration ¶
type OperationsRequestBuilderGetRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
// Request query parameters
QueryParameters *OperationsRequestBuilderGetQueryParameters
}
OperationsRequestBuilderGetRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.
type OperationsRequestBuilderPostRequestConfiguration ¶
type OperationsRequestBuilderPostRequestConfiguration struct {
// Request headers
Headers map[string]string
// Request options
Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption
}
OperationsRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.