TpmRegistrationResultParser Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. provisioning. device. internal. parser. TpmRegistrationResultParser
- com.
public class TpmRegistrationResultParser
Class for the representation of TpmRegistration https://docs.microsoft.com/en-us/rest/api/iot-dps/RuntimeRegistration/RegisterDevice#definitions_tpmregistrationresult
Method Summary
Modifier and Type | Method and Description |
---|---|
Tpm |
createFromJson(String json)
Creates the object TpmRegistrationResultParser if JSON Input is provided |
Method Details
createFromJson
public static TpmRegistrationResultParser createFromJson(String json)
Creates the object TpmRegistrationResultParser if JSON Input is provided
Parameters:
json
- JSON input to be parsed
Returns:
TpmRegistrationResultParser object
Throws:
IllegalArgumentException
- If JSON could not be parsed.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java