IotDpsSkuDefinitionInner Class

  • java.lang.Object
    • com.azure.resourcemanager.deviceprovisioningservices.fluent.models.IotDpsSkuDefinitionInner

Implements

public final class IotDpsSkuDefinitionInner
implements JsonSerializable<IotDpsSkuDefinitionInner>

Available SKUs of tier and units.

Method Summary

Modifier and Type Method and Description
static IotDpsSkuDefinitionInner fromJson(JsonReader jsonReader)

Reads an instance of IotDpsSkuDefinitionInner from the JsonReader.

IotDpsSku name()

Get the name property: Sku name.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

fromJson

public static IotDpsSkuDefinitionInner fromJson(JsonReader jsonReader)

Reads an instance of IotDpsSkuDefinitionInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of IotDpsSkuDefinitionInner 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 IotDpsSkuDefinitionInner.

name

public IotDpsSku name()

Get the name property: Sku name.

Returns:

the name value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to