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) (i611946aca48221be342488e87b2af0987834716d9bc5792c53f59b5e10e9f8f8.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 ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SchemaRequestBuilder
NewSchemaRequestBuilder instantiates a new SchemaRequestBuilder and sets the default values.
func NewSchemaRequestBuilderInternal ¶
func NewSchemaRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *SchemaRequestBuilder
NewSchemaRequestBuilderInternal instantiates a new SchemaRequestBuilder and sets the default values.
func (*SchemaRequestBuilder) CreateDeleteRequestInformation ¶
func (m *SchemaRequestBuilder) CreateDeleteRequestInformation(options *SchemaRequestBuilderDeleteOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateDeleteRequestInformation delete navigation property schema for external
func (*SchemaRequestBuilder) CreateGetRequestInformation ¶
func (m *SchemaRequestBuilder) CreateGetRequestInformation(options *SchemaRequestBuilderGetOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreateGetRequestInformation read-only. Nullable.
func (*SchemaRequestBuilder) CreatePatchRequestInformation ¶
func (m *SchemaRequestBuilder) CreatePatchRequestInformation(options *SchemaRequestBuilderPatchOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePatchRequestInformation update the navigation property schema in external
func (*SchemaRequestBuilder) Delete ¶
func (m *SchemaRequestBuilder) Delete(options *SchemaRequestBuilderDeleteOptions) error
Delete delete navigation property schema for external
func (*SchemaRequestBuilder) Get ¶
func (m *SchemaRequestBuilder) Get(options *SchemaRequestBuilderGetOptions) (i611946aca48221be342488e87b2af0987834716d9bc5792c53f59b5e10e9f8f8.Schemaable, error)
Get read-only. Nullable.
func (*SchemaRequestBuilder) Patch ¶
func (m *SchemaRequestBuilder) Patch(options *SchemaRequestBuilderPatchOptions) error
Patch update the navigation property schema in external
type SchemaRequestBuilderDeleteOptions ¶
type SchemaRequestBuilderDeleteOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
SchemaRequestBuilderDeleteOptions options for Delete
type SchemaRequestBuilderGetOptions ¶
type SchemaRequestBuilderGetOptions struct { // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Request query parameters Q *SchemaRequestBuilderGetQueryParameters // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
SchemaRequestBuilderGetOptions options for Get
type SchemaRequestBuilderGetQueryParameters ¶
type SchemaRequestBuilderGetQueryParameters struct { // Expand related entities Expand []string // Select properties to be returned Select []string }
SchemaRequestBuilderGetQueryParameters read-only. Nullable.
type SchemaRequestBuilderPatchOptions ¶
type SchemaRequestBuilderPatchOptions struct { // Body i611946aca48221be342488e87b2af0987834716d9bc5792c53f59b5e10e9f8f8.Schemaable // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
SchemaRequestBuilderPatchOptions options for Patch