IotDpsSkuDefinitionInner Class
- java.
lang. Object - com.
azure. resourcemanager. deviceprovisioningservices. fluent. models. IotDpsSkuDefinitionInner
- com.
public final class IotDpsSkuDefinitionInner
Available SKUs of tier and units.
Constructor Summary
Constructor | Description | |
---|---|---|
IotDpsSkuDefinitionInner() |
Method Summary
Modifier and Type | Method and Description |
---|---|
Iot |
name()
Get the name property: Sku name. |
void |
validate()
Validates the instance. |
Iot |
withName(IotDpsSku name)
Set the name property: Sku name. |
Methods inherited from java.lang.Object
Constructor Details
IotDpsSkuDefinitionInner
public IotDpsSkuDefinitionInner()
Method Details
name
public IotDpsSku name()
Get the name property: Sku name.
Returns:
the name value.
validate
public void validate()
Validates the instance.
withName
public IotDpsSkuDefinitionInner withName(IotDpsSku name)
Set the name property: Sku name.
Parameters:
name
- the name value to set.
Returns:
the IotDpsSkuDefinitionInner object itself.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java