Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + type CreateMonitoringAlertRecordDeviceManagementChangePortalNotificationAsSentOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateMonitoringAlertRecordDeviceManagementChangePortalNotificationAsSentOperationOptions() ... + func (o CreateMonitoringAlertRecordDeviceManagementChangePortalNotificationAsSentOperationOptions) ToHeaders() *client.Headers + func (o CreateMonitoringAlertRecordDeviceManagementChangePortalNotificationAsSentOperationOptions) ToOData() *odata.Query + func (o CreateMonitoringAlertRecordDeviceManagementChangePortalNotificationAsSentOperationOptions) ToQuery() *client.QueryParams + type CreateMonitoringAlertRecordDeviceManagementChangePortalNotificationAsSentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type CreateMonitoringAlertRecordDeviceManagementChangePortalNotificationAsSentRequest struct + AlertRecordIds *[]string + type CreateMonitoringAlertRecordDeviceManagementSetPortalNotificationAsSentOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateMonitoringAlertRecordDeviceManagementSetPortalNotificationAsSentOperationOptions() ... + func (o CreateMonitoringAlertRecordDeviceManagementSetPortalNotificationAsSentOperationOptions) ToHeaders() *client.Headers + func (o CreateMonitoringAlertRecordDeviceManagementSetPortalNotificationAsSentOperationOptions) ToOData() *odata.Query + func (o CreateMonitoringAlertRecordDeviceManagementSetPortalNotificationAsSentOperationOptions) ToQuery() *client.QueryParams + type CreateMonitoringAlertRecordDeviceManagementSetPortalNotificationAsSentOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type CreateMonitoringAlertRecordOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultCreateMonitoringAlertRecordOperationOptions() CreateMonitoringAlertRecordOperationOptions + func (o CreateMonitoringAlertRecordOperationOptions) ToHeaders() *client.Headers + func (o CreateMonitoringAlertRecordOperationOptions) ToOData() *odata.Query + func (o CreateMonitoringAlertRecordOperationOptions) ToQuery() *client.QueryParams + type CreateMonitoringAlertRecordOperationResponse struct + HttpResponse *http.Response + Model *beta.DeviceManagementAlertRecord + OData *odata.OData + type DeleteMonitoringAlertRecordOperationOptions struct + IfMatch *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultDeleteMonitoringAlertRecordOperationOptions() DeleteMonitoringAlertRecordOperationOptions + func (o DeleteMonitoringAlertRecordOperationOptions) ToHeaders() *client.Headers + func (o DeleteMonitoringAlertRecordOperationOptions) ToOData() *odata.Query + func (o DeleteMonitoringAlertRecordOperationOptions) ToQuery() *client.QueryParams + type DeleteMonitoringAlertRecordOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type DeviceManagementAlertRecordOperationPredicate struct + func (p DeviceManagementAlertRecordOperationPredicate) Matches(input beta.DeviceManagementAlertRecord) bool + type GetMonitoringAlertRecordOperationOptions struct + Expand *odata.Expand + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Select *[]string + func DefaultGetMonitoringAlertRecordOperationOptions() GetMonitoringAlertRecordOperationOptions + func (o GetMonitoringAlertRecordOperationOptions) ToHeaders() *client.Headers + func (o GetMonitoringAlertRecordOperationOptions) ToOData() *odata.Query + func (o GetMonitoringAlertRecordOperationOptions) ToQuery() *client.QueryParams + type GetMonitoringAlertRecordOperationResponse struct + HttpResponse *http.Response + Model *beta.DeviceManagementAlertRecord + OData *odata.OData + type GetMonitoringAlertRecordsCountOperationOptions struct + Filter *string + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + Search *string + func DefaultGetMonitoringAlertRecordsCountOperationOptions() GetMonitoringAlertRecordsCountOperationOptions + func (o GetMonitoringAlertRecordsCountOperationOptions) ToHeaders() *client.Headers + func (o GetMonitoringAlertRecordsCountOperationOptions) ToOData() *odata.Query + func (o GetMonitoringAlertRecordsCountOperationOptions) ToQuery() *client.QueryParams + type GetMonitoringAlertRecordsCountOperationResponse struct + HttpResponse *http.Response + Model *[]byte + OData *odata.OData + type ListMonitoringAlertRecordsCompleteResult struct + Items []beta.DeviceManagementAlertRecord + LatestHttpResponse *http.Response + type ListMonitoringAlertRecordsCustomPager struct + NextLink *odata.Link + func (p *ListMonitoringAlertRecordsCustomPager) NextPageLink() *odata.Link + type ListMonitoringAlertRecordsOperationOptions struct + Count *bool + Expand *odata.Expand + Filter *string + Metadata *odata.Metadata + OrderBy *odata.OrderBy + RetryFunc client.RequestRetryFunc + Search *string + Select *[]string + Skip *int64 + Top *int64 + func DefaultListMonitoringAlertRecordsOperationOptions() ListMonitoringAlertRecordsOperationOptions + func (o ListMonitoringAlertRecordsOperationOptions) ToHeaders() *client.Headers + func (o ListMonitoringAlertRecordsOperationOptions) ToOData() *odata.Query + func (o ListMonitoringAlertRecordsOperationOptions) ToQuery() *client.QueryParams + type ListMonitoringAlertRecordsOperationResponse struct + HttpResponse *http.Response + Model *[]beta.DeviceManagementAlertRecord + OData *odata.OData + type MonitoringAlertRecordClient struct + Client *msgraph.Client + func NewMonitoringAlertRecordClientWithBaseURI(sdkApi sdkEnv.Api) (*MonitoringAlertRecordClient, error) + func (c MonitoringAlertRecordClient) CreateMonitoringAlertRecord(ctx context.Context, input beta.DeviceManagementAlertRecord, ...) (result CreateMonitoringAlertRecordOperationResponse, err error) + func (c MonitoringAlertRecordClient) CreateMonitoringAlertRecordDeviceManagementChangePortalNotificationAsSent(ctx context.Context, ...) (...) + func (c MonitoringAlertRecordClient) CreateMonitoringAlertRecordDeviceManagementSetPortalNotificationAsSent(ctx context.Context, id beta.DeviceManagementMonitoringAlertRecordId, ...) (...) + func (c MonitoringAlertRecordClient) DeleteMonitoringAlertRecord(ctx context.Context, id beta.DeviceManagementMonitoringAlertRecordId, ...) (result DeleteMonitoringAlertRecordOperationResponse, err error) + func (c MonitoringAlertRecordClient) GetMonitoringAlertRecord(ctx context.Context, id beta.DeviceManagementMonitoringAlertRecordId, ...) (result GetMonitoringAlertRecordOperationResponse, err error) + func (c MonitoringAlertRecordClient) GetMonitoringAlertRecordsCount(ctx context.Context, options GetMonitoringAlertRecordsCountOperationOptions) (result GetMonitoringAlertRecordsCountOperationResponse, err error) + func (c MonitoringAlertRecordClient) ListMonitoringAlertRecords(ctx context.Context, options ListMonitoringAlertRecordsOperationOptions) (result ListMonitoringAlertRecordsOperationResponse, err error) + func (c MonitoringAlertRecordClient) ListMonitoringAlertRecordsComplete(ctx context.Context, options ListMonitoringAlertRecordsOperationOptions) (ListMonitoringAlertRecordsCompleteResult, error) + func (c MonitoringAlertRecordClient) ListMonitoringAlertRecordsCompleteMatchingPredicate(ctx context.Context, options ListMonitoringAlertRecordsOperationOptions, ...) (result ListMonitoringAlertRecordsCompleteResult, err error) + func (c MonitoringAlertRecordClient) UpdateMonitoringAlertRecord(ctx context.Context, id beta.DeviceManagementMonitoringAlertRecordId, ...) (result UpdateMonitoringAlertRecordOperationResponse, err error) + type UpdateMonitoringAlertRecordOperationOptions struct + Metadata *odata.Metadata + RetryFunc client.RequestRetryFunc + func DefaultUpdateMonitoringAlertRecordOperationOptions() UpdateMonitoringAlertRecordOperationOptions + func (o UpdateMonitoringAlertRecordOperationOptions) ToHeaders() *client.Headers + func (o UpdateMonitoringAlertRecordOperationOptions) ToOData() *odata.Query + func (o UpdateMonitoringAlertRecordOperationOptions) ToQuery() *client.QueryParams + type UpdateMonitoringAlertRecordOperationResponse struct + HttpResponse *http.Response + OData *odata.OData