public class Sku extends Object
| Constructor and Description | 
|---|
| Sku() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | capacity()Get specifies the number of virtual machines in the scale set. | 
| String | name()Get the sku name. | 
| String | tier()Get specifies the tier of virtual machines in a scale set.<br /><br /> Possible Values:<br /><br /> **Standard**<br /><br /> **Basic**. | 
| Sku | withCapacity(Long capacity)Set specifies the number of virtual machines in the scale set. | 
| Sku | withName(String name)Set the sku name. | 
| Sku | withTier(String tier)Set specifies the tier of virtual machines in a scale set.<br /><br /> Possible Values:<br /><br /> **Standard**<br /><br /> **Basic**. | 
public String name()
public Sku withName(String name)
name - the name value to setpublic String tier()
public Sku withTier(String tier)
tier - the tier value to setpublic Long capacity()
Copyright © 2019. All rights reserved.