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() (...)
- func (m *OperationsRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *OperationsRequestBuilderGetRequestConfiguration, ...) (...)
- func (m *OperationsRequestBuilder) Post(...) (...)
- func (m *OperationsRequestBuilder) PostWithRequestConfigurationAndResponseHandler(...) (...)
- 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.externalConnectors.externalConnection 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 ¶ added in v0.13.0
func (m *OperationsRequestBuilder) Count() *id7ccadefaa809269b592a07486a45f81e3e0c9543454b35b69063df71683be5f.CountRequestBuilder
Count the count property
func (*OperationsRequestBuilder) CreateGetRequestInformation ¶
func (m *OperationsRequestBuilder) CreateGetRequestInformation() (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation read-only. Nullable.
func (*OperationsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *OperationsRequestBuilder) CreateGetRequestInformationWithRequestConfiguration(requestConfiguration *OperationsRequestBuilderGetRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformationWithRequestConfiguration read-only. Nullable.
func (*OperationsRequestBuilder) CreatePostRequestInformation ¶
func (m *OperationsRequestBuilder) CreatePostRequestInformation(body i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ConnectionOperationable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation create new navigation property to operations for connections
func (*OperationsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *OperationsRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ConnectionOperationable, requestConfiguration *OperationsRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration create new navigation property to operations for connections
func (*OperationsRequestBuilder) Get ¶
func (m *OperationsRequestBuilder) Get() (i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ConnectionOperationCollectionResponseable, error)
Get read-only. Nullable.
func (*OperationsRequestBuilder) GetWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *OperationsRequestBuilder) GetWithRequestConfigurationAndResponseHandler(requestConfiguration *OperationsRequestBuilderGetRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ConnectionOperationCollectionResponseable, error)
GetWithRequestConfigurationAndResponseHandler read-only. Nullable.
func (*OperationsRequestBuilder) Post ¶
func (m *OperationsRequestBuilder) Post(body i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ConnectionOperationable) (i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ConnectionOperationable, error)
Post create new navigation property to operations for connections
func (*OperationsRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *OperationsRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ConnectionOperationable, requestConfiguration *OperationsRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.ConnectionOperationable, error)
PostWithRequestConfigurationAndResponseHandler create new navigation property to operations for connections
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 read-only. Nullable.
type OperationsRequestBuilderGetRequestConfiguration ¶ added in v0.22.0
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 ¶ added in v0.22.0
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.