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
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:
withName
public ResourceSku withName(SkuType name)
Set name of the Sku. Possible values include: 'Developer', 'Standard', 'Premium', 'Basic', 'Consumption'.
Parameters:
Returns: