IotDpsSkuInfo Class

  • java.lang.Object
    • com.azure.resourcemanager.deviceprovisioningservices.models.IotDpsSkuInfo

public final class IotDpsSkuInfo

List of possible provisioning service SKUs.

Constructor Summary

Constructor Description
IotDpsSkuInfo()

Method Summary

Modifier and Type Method and Description
Long capacity()

Get the capacity property: The number of units to provision.

IotDpsSku name()

Get the name property: Sku name.

String tier()

Get the tier property: Pricing tier name of the provisioning service.

void validate()

Validates the instance.

IotDpsSkuInfo withCapacity(Long capacity)

Set the capacity property: The number of units to provision.

IotDpsSkuInfo withName(IotDpsSku name)

Set the name property: Sku name.

Methods inherited from java.lang.Object

Constructor Details

IotDpsSkuInfo

public IotDpsSkuInfo()

Method Details

capacity

public Long capacity()

Get the capacity property: The number of units to provision.

Returns:

the capacity value.

name

public IotDpsSku name()

Get the name property: Sku name.

Returns:

the name value.

tier

public String tier()

Get the tier property: Pricing tier name of the provisioning service.

Returns:

the tier value.

validate

public void validate()

Validates the instance.

withCapacity

public IotDpsSkuInfo withCapacity(Long capacity)

Set the capacity property: The number of units to provision.

Parameters:

capacity - the capacity value to set.

Returns:

the IotDpsSkuInfo object itself.

withName

public IotDpsSkuInfo withName(IotDpsSku name)

Set the name property: Sku name.

Parameters:

name - the name value to set.

Returns:

the IotDpsSkuInfo object itself.

Applies to