你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
GlobalCsmSkuDescription Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. GlobalCsmSkuDescription
- com.
public class GlobalCsmSkuDescription
A Global SKU Description.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<CapabilityInner> |
capabilities()
Get the capabilities value. |
Sku |
capacity()
Get the capacity value. |
List<String> |
locations()
Get the locations value. |
String |
name()
Get the name value. |
String |
tier()
Get the tier value. |
Global |
withCapabilities(List<CapabilityInner> capabilities)
Set the capabilities value. |
Global |
withCapacity(SkuCapacity capacity)
Set the capacity value. |
Global |
withLocations(List<String> locations)
Set the locations value. |
Global |
withName(String name)
Set the name value. |
Global |
withTier(String tier)
Set the tier value. |
Method Details
capabilities
public List
Get the capabilities value.
Returns:
capacity
public SkuCapacity capacity()
Get the capacity value.
Returns:
locations
public List
Get the locations value.
Returns:
name
public String name()
Get the name value.
Returns:
tier
public String tier()
Get the tier value.
Returns:
withCapabilities
public GlobalCsmSkuDescription withCapabilities(List
Set the capabilities value.
Parameters:
Returns:
withCapacity
public GlobalCsmSkuDescription withCapacity(SkuCapacity capacity)
Set the capacity value.
Parameters:
Returns:
withLocations
public GlobalCsmSkuDescription withLocations(List
Set the locations value.
Parameters:
Returns:
withName
public GlobalCsmSkuDescription withName(String name)
Set the name value.
Parameters:
Returns:
withTier
public GlobalCsmSkuDescription withTier(String tier)
Set the tier value.
Parameters:
Returns: