ResourceSku Class
- java.
lang. Object - com.
microsoft. azure. management. apimanagement. v2019_01_01.ResourceSku
- com.
public class ResourceSku
Describes an available API Management SKU.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ResourceSku() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Sku |
name()
Get name of the Sku. |
|
Resource |
withName(SkuType name)
Set name of the Sku. |
Methods inherited from java.lang.Object
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.toString
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
Constructor Details
ResourceSku
public ResourceSku()
Method Details
name
public SkuType name()
Get name of the Sku. Possible values include: 'Developer', 'Standard', 'Premium', 'Basic', 'Consumption'.
Returns:
the name value
withName
public ResourceSku withName(SkuType name)
Set name of the Sku. Possible values include: 'Developer', 'Standard', 'Premium', 'Basic', 'Consumption'.
Parameters:
name
- the name value to set
Returns:
the ResourceSku object itself.