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

SkuDescription Class

  • java.lang.Object
    • com.microsoft.azure.management.appservice.SkuDescription

public class SkuDescription

Description of a SKU for a scalable resource.

Method Summary

Modifier and Type Method and Description
List<CapabilityInner> capabilities()

Get the capabilities value.

Integer capacity()

Get the capacity value.

String family()

Get the family value.

List<String> locations()

Get the locations value.

String name()

Get the name value.

String size()

Get the size value.

SkuCapacity skuCapacity()

Get the skuCapacity value.

String tier()

Get the tier value.

SkuDescription withCapabilities(List<CapabilityInner> capabilities)

Set the capabilities value.

SkuDescription withCapacity(Integer capacity)

Set the capacity value.

SkuDescription withFamily(String family)

Set the family value.

SkuDescription withLocations(List<String> locations)

Set the locations value.

SkuDescription withName(String name)

Set the name value.

SkuDescription withSize(String size)

Set the size value.

SkuDescription withSkuCapacity(SkuCapacity skuCapacity)

Set the skuCapacity value.

SkuDescription withTier(String tier)

Set the tier value.

Method Details

capabilities

public List capabilities()

Get the capabilities value.

Returns:

the capabilities value

capacity

public Integer capacity()

Get the capacity value.

Returns:

the capacity value

family

public String family()

Get the family value.

Returns:

the family value

locations

public List locations()

Get the locations value.

Returns:

the locations value

name

public String name()

Get the name value.

Returns:

the name value

size

public String size()

Get the size value.

Returns:

the size value

skuCapacity

public SkuCapacity skuCapacity()

Get the skuCapacity value.

Returns:

the skuCapacity value

tier

public String tier()

Get the tier value.

Returns:

the tier value

withCapabilities

public SkuDescription withCapabilities(List capabilities)

Set the capabilities value.

Parameters:

capabilities - the capabilities value to set

Returns:

the SkuDescription object itself.

withCapacity

public SkuDescription withCapacity(Integer capacity)

Set the capacity value.

Parameters:

capacity - the capacity value to set

Returns:

the SkuDescription object itself.

withFamily

public SkuDescription withFamily(String family)

Set the family value.

Parameters:

family - the family value to set

Returns:

the SkuDescription object itself.

withLocations

public SkuDescription withLocations(List locations)

Set the locations value.

Parameters:

locations - the locations value to set

Returns:

the SkuDescription object itself.

withName

public SkuDescription withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the SkuDescription object itself.

withSize

public SkuDescription withSize(String size)

Set the size value.

Parameters:

size - the size value to set

Returns:

the SkuDescription object itself.

withSkuCapacity

public SkuDescription withSkuCapacity(SkuCapacity skuCapacity)

Set the skuCapacity value.

Parameters:

skuCapacity - the skuCapacity value to set

Returns:

the SkuDescription object itself.

withTier

public SkuDescription withTier(String tier)

Set the tier value.

Parameters:

tier - the tier value to set

Returns:

the SkuDescription object itself.

Applies to