IotDpsSkuInfo Class
- java.
lang. Object - com.
azure. resourcemanager. deviceprovisioningservices. models. IotDpsSkuInfo
- com.
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. |
Iot |
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. |
Iot |
withCapacity(Long capacity)
Set the capacity property: The number of units to provision. |
Iot |
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:
name
public IotDpsSku name()
Get the name property: Sku name.
Returns:
tier
public String tier()
Get the tier property: Pricing tier name of the provisioning service.
Returns:
validate
public void validate()
Validates the instance.
withCapacity
public IotDpsSkuInfo withCapacity(Long capacity)
Set the capacity property: The number of units to provision.
Parameters:
Returns:
withName
public IotDpsSkuInfo withName(IotDpsSku name)
Set the name property: Sku name.
Parameters:
Returns:
Applies to
Azure SDK for Java