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.authentication 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() *ib1e83346e8a2e7d93c5e4b6e9e682a0e8b131e164ed654d6b3149edf8fc56923.CountRequestBuilder
Count the Count property
func (*OperationsRequestBuilder) CreateGetRequestInformation ¶
func (m *OperationsRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation represents the status of a long-running operation.
func (*OperationsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶
func (m *OperationsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *OperationsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration represents the status of a long-running operation.
func (*OperationsRequestBuilder) CreatePostRequestInformation ¶
func (m *OperationsRequestBuilder) CreatePostRequestInformation(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LongRunningOperationable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to operations for me
func (*OperationsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶
func (m *OperationsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LongRunningOperationable, requestConfiguration *OperationsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create new navigation property to operations for me
func (*OperationsRequestBuilder) Get ¶
func (m *OperationsRequestBuilder) Get(ctx context.Context, requestConfiguration *OperationsRequestBuilderGetRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LongRunningOperationCollectionResponseable, error)
Get represents the status of a long-running operation.
func (*OperationsRequestBuilder) Post ¶
func (m *OperationsRequestBuilder) Post(ctx context.Context, body iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LongRunningOperationable, requestConfiguration *OperationsRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.LongRunningOperationable, error)
Post create new navigation property to operations for me
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 represents the status of a long-running operation.
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.