ProvisioningDeviceClientSubstatus Enum

  • java.lang.Object
    • java.lang.Enum<ProvisioningDeviceClientSubstatus>
      • com.microsoft.azure.sdk.iot.provisioning.device.ProvisioningDeviceClientSubstatus

public enum ProvisioningDeviceClientSubstatus

The possible substatus values of a successful device provisioning.

Fields

DEVICE_DATA_MIGRATED

Device has been assigned to a different IoT hub and its device data was migrated from the previously assigned IoT hub. Device data was removed from the previously assigned IoT hub.

DEVICE_DATA_RESET

Device has been assigned to a different IoT hub and its device data was populated from the initial state stored in the enrollment. Device data was removed from the previously assigned IoT hub.

INITIAL_ASSIGNMENT

Device has been assigned to an IoT hub for the first time.

REPROVISIONED_TO_INITIAL_ASSIGNMENT

Device has been re-provisioned to a previously assigned IoT hub.

Methods

fromString(String substatus)

public static ProvisioningDeviceClientSubstatus fromString(String substatus)

Parameters

substatus
String

Returns

getValue()

public String getValue()

Returns

String

Applies to