SkuCapability Class

  • java.lang.Object
    • com.microsoft.azure.management.batch.SkuCapability

public class SkuCapability

A SKU capability, such as the number of cores.

Constructor Summary

Constructor Description
SkuCapability()

Method Summary

Modifier and Type Method and Description
java.lang.String name()

Get the name of the feature.

java.lang.String value()

Get the value of the feature.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

SkuCapability

public SkuCapability()

Method Details

name

public String name()

Get the name of the feature.

Returns:

the name value

value

public String value()

Get the value of the feature.

Returns:

the value value

Applies to