次の方法で共有


DeviceConfiguration Class

  • java.lang.Object
    • com.azure.resourcemanager.azurestack.models.DeviceConfiguration

Implements

public final class DeviceConfiguration
implements JsonSerializable<DeviceConfiguration>

Device Configuration.

Constructor Summary

Constructor Description
DeviceConfiguration()

Creates an instance of DeviceConfiguration class.

Method Summary

Modifier and Type Method and Description
String deviceVersion()

Get the deviceVersion property: Version of the device.

static DeviceConfiguration fromJson(JsonReader jsonReader)

Reads an instance of DeviceConfiguration from the JsonReader.

Category identitySystem()

Get the identitySystem property: Identity system of the device.

JsonWriter 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:

the deviceVersion value.

fromJson

public static DeviceConfiguration fromJson(JsonReader jsonReader)

Reads an instance of DeviceConfiguration from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DeviceConfiguration if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the DeviceConfiguration.

identitySystem

public Category identitySystem()

Get the identitySystem property: Identity system of the device.

Returns:

the identitySystem value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to