UpdateDeviceRequest: {
    allowInsecure?: boolean;
    allowMultipleConnections?: boolean;
    description?: string;
    deviceId: string;
    hubId?: string;
    messageFilters?: DeviceMessageFilters;
    region?: Region;
}

Type declaration

  • OptionalallowInsecure?: boolean

    Defines whether to allow plain and server-authenticated SSL connections in addition to mutually-authenticated ones.

  • OptionalallowMultipleConnections?: boolean

    Defines whether to allow multiple physical devices to connect with this device's credentials.

  • Optionaldescription?: string

    Description for the device.

  • deviceId: string

    Device ID.

  • OptionalhubId?: string

    Change Hub for this device, additional fees may apply, see IoT Hub pricing.

  • OptionalmessageFilters?: DeviceMessageFilters

    Filter-sets to restrict the topics the device can publish/subscribe to.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.