AppSkuInfo Class
- java.
lang. Object - com.
azure. resourcemanager. iotcentral. models. AppSkuInfo
- com.
Implements
public final class AppSkuInfo
implements JsonSerializable<AppSkuInfo>
Information about the SKU of the IoT Central application.
Constructor Summary
| Constructor | Description |
|---|---|
| AppSkuInfo() |
Creates an instance of App |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
App |
fromJson(JsonReader jsonReader)
Reads an instance of App |
|
App |
name()
Get the name property: The name of the SKU. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
App |
withName(AppSku name)
Set the name property: The name of the SKU. |
Methods inherited from java.lang.Object
Constructor Details
AppSkuInfo
public AppSkuInfo()
Creates an instance of AppSkuInfo class.
Method Details
fromJson
public static AppSkuInfo fromJson(JsonReader jsonReader)
Reads an instance of AppSkuInfo from the JsonReader.
Parameters:
Returns:
Throws:
name
public AppSku name()
Get the name property: The name of the SKU.
Returns:
toJson
validate
public void validate()
Validates the instance.
withName
public AppSkuInfo withName(AppSku name)
Set the name property: The name of the SKU.
Parameters:
Returns: