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

GlobalCsmSkuDescription Class

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

public class GlobalCsmSkuDescription

A Global SKU Description.

Method Summary

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

Get the capabilities value.

SkuCapacity capacity()

Get the capacity value.

List<String> locations()

Get the locations value.

String name()

Get the name value.

String tier()

Get the tier value.

GlobalCsmSkuDescription withCapabilities(List<CapabilityInner> capabilities)

Set the capabilities value.

GlobalCsmSkuDescription withCapacity(SkuCapacity capacity)

Set the capacity value.

GlobalCsmSkuDescription withLocations(List<String> locations)

Set the locations value.

GlobalCsmSkuDescription withName(String name)

Set the name value.

GlobalCsmSkuDescription withTier(String tier)

Set the tier value.

Method Details

capabilities

public List capabilities()

Get the capabilities value.

Returns:

the capabilities value

capacity

public SkuCapacity capacity()

Get the capacity value.

Returns:

the capacity 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

tier

public String tier()

Get the tier value.

Returns:

the tier value

withCapabilities

public GlobalCsmSkuDescription withCapabilities(List capabilities)

Set the capabilities value.

Parameters:

capabilities - the capabilities value to set

Returns:

the GlobalCsmSkuDescription object itself.

withCapacity

public GlobalCsmSkuDescription withCapacity(SkuCapacity capacity)

Set the capacity value.

Parameters:

capacity - the capacity value to set

Returns:

the GlobalCsmSkuDescription object itself.

withLocations

public GlobalCsmSkuDescription withLocations(List locations)

Set the locations value.

Parameters:

locations - the locations value to set

Returns:

the GlobalCsmSkuDescription object itself.

withName

public GlobalCsmSkuDescription withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the GlobalCsmSkuDescription object itself.

withTier

public GlobalCsmSkuDescription withTier(String tier)

Set the tier value.

Parameters:

tier - the tier value to set

Returns:

the GlobalCsmSkuDescription object itself.

Applies to