code
stringlengths
12
335k
docstring
stringlengths
20
20.8k
func_name
stringlengths
1
105
language
stringclasses
1 value
repo
stringclasses
498 values
path
stringlengths
5
172
url
stringlengths
43
235
license
stringclasses
4 values
func (r *DeviceManagementAbstractComplexSettingInstanceRequest) Update(ctx context.Context, reqObj *DeviceManagementAbstractComplexSettingInstance) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for DeviceManagementAbstractComplexSettingInstance
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementAbstractComplexSettingInstanceRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for DeviceManagementAbstractComplexSettingInstance
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (b *DeviceManagementAutopilotEventRequestBuilder) Request() *DeviceManagementAutopilotEventRequest { return &DeviceManagementAutopilotEventRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns DeviceManagementAutopilotEventRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementAutopilotEventRequest) Get(ctx context.Context) (resObj *DeviceManagementAutopilotEvent, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for DeviceManagementAutopilotEvent
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementAutopilotEventRequest) Update(ctx context.Context, reqObj *DeviceManagementAutopilotEvent) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for DeviceManagementAutopilotEvent
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementAutopilotEventRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for DeviceManagementAutopilotEvent
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (b *DeviceManagementCachedReportConfigurationRequestBuilder) Request() *DeviceManagementCachedReportConfigurationRequest { return &DeviceManagementCachedReportConfigurationRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns DeviceManagementCachedReportConfigurationRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementCachedReportConfigurationRequest) Get(ctx context.Context) (resObj *DeviceManagementCachedReportConfiguration, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for DeviceManagementCachedReportConfiguration
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementCachedReportConfigurationRequest) Update(ctx context.Context, reqObj *DeviceManagementCachedReportConfiguration) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for DeviceManagementCachedReportConfiguration
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementCachedReportConfigurationRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for DeviceManagementCachedReportConfiguration
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (b *DeviceManagementCollectionSettingInstanceRequestBuilder) Request() *DeviceManagementCollectionSettingInstanceRequest { return &DeviceManagementCollectionSettingInstanceRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns DeviceManagementCollectionSettingInstanceRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementCollectionSettingInstanceRequest) Get(ctx context.Context) (resObj *DeviceManagementCollectionSettingInstance, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for DeviceManagementCollectionSettingInstance
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementCollectionSettingInstanceRequest) Update(ctx context.Context, reqObj *DeviceManagementCollectionSettingInstance) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for DeviceManagementCollectionSettingInstance
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementCollectionSettingInstanceRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for DeviceManagementCollectionSettingInstance
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (b *DeviceManagementComplexSettingInstanceRequestBuilder) Request() *DeviceManagementComplexSettingInstanceRequest { return &DeviceManagementComplexSettingInstanceRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns DeviceManagementComplexSettingInstanceRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementComplexSettingInstanceRequest) Get(ctx context.Context) (resObj *DeviceManagementComplexSettingInstance, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for DeviceManagementComplexSettingInstance
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementComplexSettingInstanceRequest) Update(ctx context.Context, reqObj *DeviceManagementComplexSettingInstance) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for DeviceManagementComplexSettingInstance
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementComplexSettingInstanceRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for DeviceManagementComplexSettingInstance
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (b *DeviceManagementDerivedCredentialSettingsRequestBuilder) Request() *DeviceManagementDerivedCredentialSettingsRequest { return &DeviceManagementDerivedCredentialSettingsRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns DeviceManagementDerivedCredentialSettingsRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementDerivedCredentialSettingsRequest) Get(ctx context.Context) (resObj *DeviceManagementDerivedCredentialSettings, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for DeviceManagementDerivedCredentialSettings
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementDerivedCredentialSettingsRequest) Update(ctx context.Context, reqObj *DeviceManagementDerivedCredentialSettings) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for DeviceManagementDerivedCredentialSettings
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementDerivedCredentialSettingsRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for DeviceManagementDerivedCredentialSettings
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (b *DeviceManagementDomainJoinConnectorRequestBuilder) Request() *DeviceManagementDomainJoinConnectorRequest { return &DeviceManagementDomainJoinConnectorRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns DeviceManagementDomainJoinConnectorRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementDomainJoinConnectorRequest) Get(ctx context.Context) (resObj *DeviceManagementDomainJoinConnector, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for DeviceManagementDomainJoinConnector
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementDomainJoinConnectorRequest) Update(ctx context.Context, reqObj *DeviceManagementDomainJoinConnector) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for DeviceManagementDomainJoinConnector
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementDomainJoinConnectorRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for DeviceManagementDomainJoinConnector
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (b *DeviceManagementExchangeConnectorRequestBuilder) Request() *DeviceManagementExchangeConnectorRequest { return &DeviceManagementExchangeConnectorRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns DeviceManagementExchangeConnectorRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementExchangeConnectorRequest) Get(ctx context.Context) (resObj *DeviceManagementExchangeConnector, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for DeviceManagementExchangeConnector
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementExchangeConnectorRequest) Update(ctx context.Context, reqObj *DeviceManagementExchangeConnector) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for DeviceManagementExchangeConnector
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementExchangeConnectorRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for DeviceManagementExchangeConnector
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (b *DeviceManagementExchangeOnPremisesPolicyRequestBuilder) Request() *DeviceManagementExchangeOnPremisesPolicyRequest { return &DeviceManagementExchangeOnPremisesPolicyRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns DeviceManagementExchangeOnPremisesPolicyRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementExchangeOnPremisesPolicyRequest) Get(ctx context.Context) (resObj *DeviceManagementExchangeOnPremisesPolicy, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for DeviceManagementExchangeOnPremisesPolicy
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementExchangeOnPremisesPolicyRequest) Update(ctx context.Context, reqObj *DeviceManagementExchangeOnPremisesPolicy) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for DeviceManagementExchangeOnPremisesPolicy
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementExchangeOnPremisesPolicyRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for DeviceManagementExchangeOnPremisesPolicy
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (b *DeviceManagementExportJobRequestBuilder) Request() *DeviceManagementExportJobRequest { return &DeviceManagementExportJobRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns DeviceManagementExportJobRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementExportJobRequest) Get(ctx context.Context) (resObj *DeviceManagementExportJob, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for DeviceManagementExportJob
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementExportJobRequest) Update(ctx context.Context, reqObj *DeviceManagementExportJob) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for DeviceManagementExportJob
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementExportJobRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for DeviceManagementExportJob
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (b *DeviceManagementIntentRequestBuilder) Request() *DeviceManagementIntentRequest { return &DeviceManagementIntentRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns DeviceManagementIntentRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementIntentRequest) Get(ctx context.Context) (resObj *DeviceManagementIntent, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for DeviceManagementIntent
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementIntentRequest) Update(ctx context.Context, reqObj *DeviceManagementIntent) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for DeviceManagementIntent
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementIntentRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for DeviceManagementIntent
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (b *DeviceManagementIntentAssignmentRequestBuilder) Request() *DeviceManagementIntentAssignmentRequest { return &DeviceManagementIntentAssignmentRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns DeviceManagementIntentAssignmentRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementIntentAssignmentRequest) Get(ctx context.Context) (resObj *DeviceManagementIntentAssignment, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for DeviceManagementIntentAssignment
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementIntentAssignmentRequest) Update(ctx context.Context, reqObj *DeviceManagementIntentAssignment) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for DeviceManagementIntentAssignment
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementIntentAssignmentRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for DeviceManagementIntentAssignment
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (b *DeviceManagementIntentDeviceSettingStateSummaryRequestBuilder) Request() *DeviceManagementIntentDeviceSettingStateSummaryRequest { return &DeviceManagementIntentDeviceSettingStateSummaryRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns DeviceManagementIntentDeviceSettingStateSummaryRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementIntentDeviceSettingStateSummaryRequest) Get(ctx context.Context) (resObj *DeviceManagementIntentDeviceSettingStateSummary, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for DeviceManagementIntentDeviceSettingStateSummary
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementIntentDeviceSettingStateSummaryRequest) Update(ctx context.Context, reqObj *DeviceManagementIntentDeviceSettingStateSummary) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for DeviceManagementIntentDeviceSettingStateSummary
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementIntentDeviceSettingStateSummaryRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for DeviceManagementIntentDeviceSettingStateSummary
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (b *DeviceManagementIntentDeviceStateRequestBuilder) Request() *DeviceManagementIntentDeviceStateRequest { return &DeviceManagementIntentDeviceStateRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns DeviceManagementIntentDeviceStateRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementIntentDeviceStateRequest) Get(ctx context.Context) (resObj *DeviceManagementIntentDeviceState, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for DeviceManagementIntentDeviceState
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementIntentDeviceStateRequest) Update(ctx context.Context, reqObj *DeviceManagementIntentDeviceState) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for DeviceManagementIntentDeviceState
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementIntentDeviceStateRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for DeviceManagementIntentDeviceState
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (b *DeviceManagementIntentDeviceStateSummaryRequestBuilder) Request() *DeviceManagementIntentDeviceStateSummaryRequest { return &DeviceManagementIntentDeviceStateSummaryRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns DeviceManagementIntentDeviceStateSummaryRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementIntentDeviceStateSummaryRequest) Get(ctx context.Context) (resObj *DeviceManagementIntentDeviceStateSummary, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for DeviceManagementIntentDeviceStateSummary
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementIntentDeviceStateSummaryRequest) Update(ctx context.Context, reqObj *DeviceManagementIntentDeviceStateSummary) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for DeviceManagementIntentDeviceStateSummary
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementIntentDeviceStateSummaryRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for DeviceManagementIntentDeviceStateSummary
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (b *DeviceManagementIntentSettingCategoryRequestBuilder) Request() *DeviceManagementIntentSettingCategoryRequest { return &DeviceManagementIntentSettingCategoryRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns DeviceManagementIntentSettingCategoryRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementIntentSettingCategoryRequest) Get(ctx context.Context) (resObj *DeviceManagementIntentSettingCategory, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for DeviceManagementIntentSettingCategory
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementIntentSettingCategoryRequest) Update(ctx context.Context, reqObj *DeviceManagementIntentSettingCategory) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for DeviceManagementIntentSettingCategory
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementIntentSettingCategoryRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for DeviceManagementIntentSettingCategory
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (b *DeviceManagementIntentUserStateRequestBuilder) Request() *DeviceManagementIntentUserStateRequest { return &DeviceManagementIntentUserStateRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns DeviceManagementIntentUserStateRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementIntentUserStateRequest) Get(ctx context.Context) (resObj *DeviceManagementIntentUserState, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for DeviceManagementIntentUserState
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementIntentUserStateRequest) Update(ctx context.Context, reqObj *DeviceManagementIntentUserState) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for DeviceManagementIntentUserState
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementIntentUserStateRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for DeviceManagementIntentUserState
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (b *DeviceManagementIntentUserStateSummaryRequestBuilder) Request() *DeviceManagementIntentUserStateSummaryRequest { return &DeviceManagementIntentUserStateSummaryRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns DeviceManagementIntentUserStateSummaryRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementIntentUserStateSummaryRequest) Get(ctx context.Context) (resObj *DeviceManagementIntentUserStateSummary, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for DeviceManagementIntentUserStateSummary
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementIntentUserStateSummaryRequest) Update(ctx context.Context, reqObj *DeviceManagementIntentUserStateSummary) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for DeviceManagementIntentUserStateSummary
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementIntentUserStateSummaryRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for DeviceManagementIntentUserStateSummary
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (b *DeviceManagementPartnerRequestBuilder) Request() *DeviceManagementPartnerRequest { return &DeviceManagementPartnerRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns DeviceManagementPartnerRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementPartnerRequest) Get(ctx context.Context) (resObj *DeviceManagementPartner, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for DeviceManagementPartner
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementPartnerRequest) Update(ctx context.Context, reqObj *DeviceManagementPartner) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for DeviceManagementPartner
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementPartnerRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for DeviceManagementPartner
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (b *DeviceManagementReportScheduleRequestBuilder) Request() *DeviceManagementReportScheduleRequest { return &DeviceManagementReportScheduleRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns DeviceManagementReportScheduleRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementReportScheduleRequest) Get(ctx context.Context) (resObj *DeviceManagementReportSchedule, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for DeviceManagementReportSchedule
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementReportScheduleRequest) Update(ctx context.Context, reqObj *DeviceManagementReportSchedule) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for DeviceManagementReportSchedule
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementReportScheduleRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for DeviceManagementReportSchedule
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (b *DeviceManagementReportsRequestBuilder) Request() *DeviceManagementReportsRequest { return &DeviceManagementReportsRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns DeviceManagementReportsRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementReportsRequest) Get(ctx context.Context) (resObj *DeviceManagementReports, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for DeviceManagementReports
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementReportsRequest) Update(ctx context.Context, reqObj *DeviceManagementReports) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for DeviceManagementReports
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementReportsRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for DeviceManagementReports
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (b *DeviceManagementScriptRequestBuilder) Request() *DeviceManagementScriptRequest { return &DeviceManagementScriptRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns DeviceManagementScriptRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementScriptRequest) Get(ctx context.Context) (resObj *DeviceManagementScript, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for DeviceManagementScript
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementScriptRequest) Update(ctx context.Context, reqObj *DeviceManagementScript) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for DeviceManagementScript
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementScriptRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for DeviceManagementScript
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (b *DeviceManagementScriptAssignmentRequestBuilder) Request() *DeviceManagementScriptAssignmentRequest { return &DeviceManagementScriptAssignmentRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns DeviceManagementScriptAssignmentRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementScriptAssignmentRequest) Get(ctx context.Context) (resObj *DeviceManagementScriptAssignment, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for DeviceManagementScriptAssignment
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementScriptAssignmentRequest) Update(ctx context.Context, reqObj *DeviceManagementScriptAssignment) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for DeviceManagementScriptAssignment
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementScriptAssignmentRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for DeviceManagementScriptAssignment
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (b *DeviceManagementScriptDeviceStateRequestBuilder) Request() *DeviceManagementScriptDeviceStateRequest { return &DeviceManagementScriptDeviceStateRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns DeviceManagementScriptDeviceStateRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementScriptDeviceStateRequest) Get(ctx context.Context) (resObj *DeviceManagementScriptDeviceState, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for DeviceManagementScriptDeviceState
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementScriptDeviceStateRequest) Update(ctx context.Context, reqObj *DeviceManagementScriptDeviceState) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for DeviceManagementScriptDeviceState
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementScriptDeviceStateRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for DeviceManagementScriptDeviceState
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (b *DeviceManagementScriptGroupAssignmentRequestBuilder) Request() *DeviceManagementScriptGroupAssignmentRequest { return &DeviceManagementScriptGroupAssignmentRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns DeviceManagementScriptGroupAssignmentRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementScriptGroupAssignmentRequest) Get(ctx context.Context) (resObj *DeviceManagementScriptGroupAssignment, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for DeviceManagementScriptGroupAssignment
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementScriptGroupAssignmentRequest) Update(ctx context.Context, reqObj *DeviceManagementScriptGroupAssignment) error { return r.JSONRequest(ctx, "PATCH", "", reqObj, nil) }
Update performs PATCH request for DeviceManagementScriptGroupAssignment
Update
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementScriptGroupAssignmentRequest) Delete(ctx context.Context) error { return r.JSONRequest(ctx, "DELETE", "", nil, nil) }
Delete performs DELETE request for DeviceManagementScriptGroupAssignment
Delete
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (b *DeviceManagementScriptRunSummaryRequestBuilder) Request() *DeviceManagementScriptRunSummaryRequest { return &DeviceManagementScriptRunSummaryRequest{ BaseRequest: BaseRequest{baseURL: b.baseURL, client: b.client}, } }
Request returns DeviceManagementScriptRunSummaryRequest
Request
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0
func (r *DeviceManagementScriptRunSummaryRequest) Get(ctx context.Context) (resObj *DeviceManagementScriptRunSummary, err error) { var query string if r.query != nil { query = "?" + r.query.Encode() } err = r.JSONRequest(ctx, "GET", query, nil, &resObj) return }
Get performs GET request for DeviceManagementScriptRunSummary
Get
go
42wim/matterbridge
vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
https://github.com/42wim/matterbridge/blob/master/vendor/github.com/yaegashi/msgraph.go/beta/RequestDevice.go
Apache-2.0