Documentation ¶
Index ¶
- type SchemaRequestBuilder
- func (m *SchemaRequestBuilder) CreateDeleteRequestInformation(options *SchemaRequestBuilderDeleteOptions) (...)
- func (m *SchemaRequestBuilder) CreateGetRequestInformation(options *SchemaRequestBuilderGetOptions) (...)
- func (m *SchemaRequestBuilder) CreatePatchRequestInformation(options *SchemaRequestBuilderPatchOptions) (...)
- func (m *SchemaRequestBuilder) Delete(options *SchemaRequestBuilderDeleteOptions) error
- func (m *SchemaRequestBuilder) Get(options *SchemaRequestBuilderGetOptions) (i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.Schemaable, ...)
- func (m *SchemaRequestBuilder) Patch(options *SchemaRequestBuilderPatchOptions) error
- type SchemaRequestBuilderDeleteOptions
- type SchemaRequestBuilderGetOptions
- type SchemaRequestBuilderGetQueryParameters
- type SchemaRequestBuilderPatchOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SchemaRequestBuilder ¶
type SchemaRequestBuilder struct {
// contains filtered or unexported fields
}
SchemaRequestBuilder provides operations to manage the schema property of the microsoft.graph.externalConnectors.externalConnection entity.
func NewSchemaRequestBuilder ¶
func NewSchemaRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SchemaRequestBuilder
NewSchemaRequestBuilder instantiates a new SchemaRequestBuilder and sets the default values.
func NewSchemaRequestBuilderInternal ¶
func NewSchemaRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SchemaRequestBuilder
NewSchemaRequestBuilderInternal instantiates a new SchemaRequestBuilder and sets the default values.
func (*SchemaRequestBuilder) CreateDeleteRequestInformation ¶
func (m *SchemaRequestBuilder) CreateDeleteRequestInformation(options *SchemaRequestBuilderDeleteOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property schema for connections
func (*SchemaRequestBuilder) CreateGetRequestInformation ¶
func (m *SchemaRequestBuilder) CreateGetRequestInformation(options *SchemaRequestBuilderGetOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreateGetRequestInformation read-only. Nullable.
func (*SchemaRequestBuilder) CreatePatchRequestInformation ¶
func (m *SchemaRequestBuilder) CreatePatchRequestInformation(options *SchemaRequestBuilderPatchOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePatchRequestInformation update the navigation property schema in connections
func (*SchemaRequestBuilder) Delete ¶
func (m *SchemaRequestBuilder) Delete(options *SchemaRequestBuilderDeleteOptions) error
Delete delete navigation property schema for connections
func (*SchemaRequestBuilder) Get ¶
func (m *SchemaRequestBuilder) Get(options *SchemaRequestBuilderGetOptions) (i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.Schemaable, error)
Get read-only. Nullable.
func (*SchemaRequestBuilder) Patch ¶
func (m *SchemaRequestBuilder) Patch(options *SchemaRequestBuilderPatchOptions) error
Patch update the navigation property schema in connections
type SchemaRequestBuilderDeleteOptions ¶
type SchemaRequestBuilderDeleteOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
SchemaRequestBuilderDeleteOptions options for Delete
type SchemaRequestBuilderGetOptions ¶
type SchemaRequestBuilderGetOptions struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Request query parameters QueryParameters *SchemaRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
SchemaRequestBuilderGetOptions options for Get
type SchemaRequestBuilderGetQueryParameters ¶
type SchemaRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string `uriparametername:"%24expand"` // Select properties to be returned Select []string `uriparametername:"%24select"` }
SchemaRequestBuilderGetQueryParameters read-only. Nullable.
type SchemaRequestBuilderPatchOptions ¶
type SchemaRequestBuilderPatchOptions struct { // Body i648e92ed22999203da3c8fad3bc63deefe974fd0d511e7f830d70ea0aff57ffc.Schemaable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
SchemaRequestBuilderPatchOptions options for Patch