Namespace Azure.Iot.Operations.Services.AssetAndDeviceRegistry.Generated.AdrBaseService
Classes
- AdrBaseService.AssetUpdateEventTelemetryReceiver
Specializes the
TelemetryReceiverclass for typeAssetUpdateEventTelemetry.
- AdrBaseService.AssetUpdateEventTelemetrySender
Specializes the
TelemetrySenderclass for typeAssetUpdateEventTelemetry.
- AdrBaseService.CreateOrUpdateDiscoveredAssetCommandExecutor
Specializes a
CommandExecutorclass for Command 'createOrUpdateDiscoveredAsset'.
- AdrBaseService.CreateOrUpdateDiscoveredAssetCommandInvoker
Specializes the
CommandInvokerclass for Command 'createOrUpdateDiscoveredAsset'.
- AdrBaseService.DeviceUpdateEventTelemetryReceiver
Specializes the
TelemetryReceiverclass for typeDeviceUpdateEventTelemetry.
- AdrBaseService.DeviceUpdateEventTelemetrySender
Specializes the
TelemetrySenderclass for typeDeviceUpdateEventTelemetry.
- AdrBaseService.GetAssetCommandExecutor
Specializes a
CommandExecutorclass for Command 'getAsset'.
- AdrBaseService.GetAssetCommandInvoker
Specializes the
CommandInvokerclass for Command 'getAsset'.
- AdrBaseService.GetAssetStatusCommandExecutor
Specializes a
CommandExecutorclass for Command 'getAssetStatus'.
- AdrBaseService.GetAssetStatusCommandInvoker
Specializes the
CommandInvokerclass for Command 'getAssetStatus'.
- AdrBaseService.GetDeviceCommandExecutor
Specializes a
CommandExecutorclass for Command 'getDevice'.
- AdrBaseService.GetDeviceCommandInvoker
Specializes the
CommandInvokerclass for Command 'getDevice'.
- AdrBaseService.GetDeviceStatusCommandExecutor
Specializes a
CommandExecutorclass for Command 'getDeviceStatus'.
- AdrBaseService.GetDeviceStatusCommandInvoker
Specializes the
CommandInvokerclass for Command 'getDeviceStatus'.
- AdrBaseService.SetNotificationPreferenceForAssetUpdatesCommandExecutor
Specializes a
CommandExecutorclass for Command 'setNotificationPreferenceForAssetUpdates'.
- AdrBaseService.SetNotificationPreferenceForAssetUpdatesCommandInvoker
Specializes the
CommandInvokerclass for Command 'setNotificationPreferenceForAssetUpdates'.
- AdrBaseService.SetNotificationPreferenceForDeviceUpdatesCommandExecutor
Specializes a
CommandExecutorclass for Command 'setNotificationPreferenceForDeviceUpdates'.
- AdrBaseService.SetNotificationPreferenceForDeviceUpdatesCommandInvoker
Specializes the
CommandInvokerclass for Command 'setNotificationPreferenceForDeviceUpdates'.
- AdrBaseService.UpdateAssetStatusCommandExecutor
Specializes a
CommandExecutorclass for Command 'updateAssetStatus'.
- AdrBaseService.UpdateAssetStatusCommandInvoker
Specializes the
CommandInvokerclass for Command 'updateAssetStatus'.
- AdrBaseService.UpdateDeviceStatusCommandExecutor
Specializes a
CommandExecutorclass for Command 'updateDeviceStatus'.
- AdrBaseService.UpdateDeviceStatusCommandInvoker
Specializes the
CommandInvokerclass for Command 'updateDeviceStatus'.
- Asset
The asset resource
- AssetStatus
The asset status
- AssetUpdateEventTelemetry
Telemetry event emitted when an asset is updated.
- AuthenticationSchema
Defines the client authentication mechanism to the server.
- ConfigError
The last error that occurred while processing the configuration.
- ConfigStatus
The configuration status of the device.
- CreateOrUpdateDiscoveredAssetRequestPayload
The request to create or update a discovered asset.
- CreateOrUpdateDiscoveredAssetResponsePayload
Response containing the discovered asset response or error details if the operation failed.
- CreateOrUpdateDiscoveredAssetResponseSchema
Response containing the discovered asset response or error details if the operation failed.
- DestinationConfiguration
The destination configuration.
- Device
The device resource, containing the specific inbound endpoint details as specified by the request.
- DeviceEndpointsSchema
Connection endpoint url a device can use to connect to a service.
- DeviceStatus
The device status, containing the specific inbound endpoint status as specified by the request.
- DeviceStatusEndpointSchema
Defines the device status for inbound/outbound endpoints.
- DeviceUpdateEventTelemetry
Telemetry event emitted when a device is updated, containing the relevant inbound endpoint details as specified in the topic.
- DiscoveredAsset
The discovered asset resource to create or update. Fields omitted in the request will be removed.
- DiscoveredAssetResponseSchema
The discovered asset response.
- GetAssetRequestPayload
The name of the asset to retrieve.
- GetAssetResponsePayload
Response containing the asset resource or error details if the asset could not be retrieved.
- GetAssetResponseSchema
Response containing the asset resource or error details if the asset could not be retrieved.
- GetAssetStatusRequestPayload
The name of the asset to retrieve the status for.
- GetAssetStatusResponsePayload
Response containing the asset status or error details if the status could not be retrieved.
- GetAssetStatusResponseSchema
Response containing the asset status or error details if the status could not be retrieved.
- GetDeviceResponsePayload
Response containing the device resource or error details if the device could not be retrieved.
- GetDeviceResponseSchema
Response containing the device resource or error details if the device could not be retrieved.
- GetDeviceStatusResponsePayload
Response containing the device status or error details if the status could not be retrieved.
- GetDeviceStatusResponseSchema
Response containing the device status or error details if the status could not be retrieved.
- MessageSchemaReference
The message schema reference object.
- OutboundSchema
Set of endpoints for device to connect to.
- SetNotificationPreferenceForAssetUpdatesRequestPayload
The request to set the notification preference for asset updates.
- SetNotificationPreferenceForAssetUpdatesResponsePayload
Response containing the result of setting the notification preference for asset updates or error details if the operation failed.
- SetNotificationPreferenceForAssetUpdatesResponseSchema
Response containing the result of setting the notification preference for asset updates or error details if the operation failed.
- SetNotificationPreferenceForDeviceUpdatesRequestPayload
The request to set the notification preference for device updates.
- SetNotificationPreferenceForDeviceUpdatesResponsePayload
Response containing the result of setting the notification preference for device updates or error details if the operation failed.
- SetNotificationPreferenceForDeviceUpdatesResponseSchema
Response containing the result of setting the notification preference for device updates or error details if the operation failed.
- TrustSettingsSchema
Defines server trust settings for the endpoint.
- UpdateAssetStatusRequestPayload
The asset status update request.
- UpdateAssetStatusResponsePayload
Response containing the updated asset status or error details if the update failed.
- UpdateAssetStatusResponseSchema
Response containing the updated asset status or error details if the update failed.
- UpdateDeviceStatusRequestPayload
The device status to update. Fields omitted in the request will be removed. The specified inbound endpoint status will be added or updated in the inbound endpoints map.
- UpdateDeviceStatusResponsePayload
Response containing the updated device status or error details if the update failed.
- UpdateDeviceStatusResponseSchema
Response containing the updated device status or error details if the update failed.
- UsernamePasswordCredentialsSchema
The credentials for authentication mode UsernamePassword.
- X509credentialsSchema
The x509 certificate for authentication mode Certificate.
Enums
- AssetManagementGroupActionType
Type of the action.
- CodeSchema
The error code that identifies the error.
- DatasetTarget
The target destination.
- EventStreamTarget
The target destination.
- MethodSchema
Defines the method to authenticate the user of the client at the server.
- Qos
The MQTT QoS setting.
- Retain
When set to 'Keep', messages published to an MQTT broker will have the retain flag set.