Class IotHubDeviceDeletedEventData

    • Constructor Detail

      • IotHubDeviceDeletedEventData

        public IotHubDeviceDeletedEventData()
    • Method Detail

      • setDeviceId

        public IotHubDeviceDeletedEventData setDeviceId​(String deviceId)
        Set the deviceId property: The unique identifier of the device. This case-sensitive string can be up to 128 characters long, and supports ASCII 7-bit alphanumeric characters plus the following special characters: - : . + % _ # * ? ! ( ) , = @ ; $ '.
        Overrides:
        setDeviceId in class DeviceLifeCycleEventProperties
        Parameters:
        deviceId - the deviceId value to set.
        Returns:
        the DeviceLifeCycleEventProperties object itself.