SupportedSkuInner Class

  • java.lang.Object
    • com.microsoft.azure.management.batch.implementation.SupportedSkuInner

public class SupportedSkuInner

Describes a Batch supported SKU.

Method Summary

Modifier and Type Method and Description
List<SkuCapability> 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 capabilities()

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