DeviceConfiguration Class
- java.
lang. Object - com.
azure. resourcemanager. azurestack. models. DeviceConfiguration
- com.
Implements
public final class DeviceConfiguration
implements JsonSerializable<DeviceConfiguration>
Device Configuration.
Constructor Summary
| Constructor | Description |
|---|---|
| DeviceConfiguration() |
Creates an instance of Device |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
deviceVersion()
Get the device |
|
static
Device |
fromJson(JsonReader jsonReader)
Reads an instance of Device |
| Category |
identitySystem()
Get the identity |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
DeviceConfiguration
public DeviceConfiguration()
Creates an instance of DeviceConfiguration class.
Method Details
deviceVersion
public String deviceVersion()
Get the deviceVersion property: Version of the device.
Returns:
fromJson
public static DeviceConfiguration fromJson(JsonReader jsonReader)
Reads an instance of DeviceConfiguration from the JsonReader.
Parameters:
Returns:
Throws:
identitySystem
public Category identitySystem()
Get the identitySystem property: Identity system of the device.
Returns:
toJson
validate
public void validate()
Validates the instance.