你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ResourceSku Class

  • java.lang.Object
    • com.microsoft.azure.management.apimanagement.v2019_01_01.ResourceSku

public class ResourceSku

Describes an available API Management SKU.

Constructor Summary

Constructor Description
ResourceSku()

Method Summary

Modifier and Type Method and Description
SkuType name()

Get name of the Sku.

ResourceSku 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.

Applies to