AppSkuInfo Class

  • java.lang.Object
    • com.azure.resourcemanager.iotcentral.models.AppSkuInfo

public final class AppSkuInfo

Information about the SKU of the IoT Central application.

Constructor Summary

Constructor Description
AppSkuInfo()

Method Summary

Modifier and Type Method and Description
AppSku name()

Get the name property: The name of the SKU.

void validate()

Validates the instance.

AppSkuInfo withName(AppSku name)

Set the name property: The name of the SKU.

Methods inherited from java.lang.Object

Constructor Details

AppSkuInfo

public AppSkuInfo()

Method Details

name

public AppSku name()

Get the name property: The name of the SKU.

Returns:

the name value.

validate

public void validate()

Validates the instance.

withName

public AppSkuInfo withName(AppSku name)

Set the name property: The name of the SKU.

Parameters:

name - the name value to set.

Returns:

the AppSkuInfo object itself.

Applies to