SupportedSkuInner Class
- java.
lang. Object - com.
microsoft. azure. management. batch. implementation. SupportedSkuInner
- com.
public class SupportedSkuInner
Describes a Batch supported SKU.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Sku |
capabilities()
Get a collection of capabilities which this SKU supports. |
String |
familyName()
Get the family name of the SKU. |
String |
name()
Get the name of the SKU. |
Method Details
capabilities
public List
Get a collection of capabilities which this SKU supports.
Returns:
the capabilities value
familyName
public String familyName()
Get the family name of the SKU.
Returns:
the familyName value
name
public String name()
Get the name of the SKU.
Returns:
the name value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java