SizeAvailability Class

  • java.lang.Object
    • com.microsoft.azure.management.labservices.v2018_10_15.SizeAvailability

public class SizeAvailability

Represents the size information.

Constructor Summary

Constructor Description
SizeAvailability()

Method Summary

Modifier and Type Method and Description
java.lang.Boolean isAvailable()

Get whether or not this size category is available.

ManagedLabVmSize sizeCategory()

Get the category of the size (Basic, Standard, Performance).

SizeAvailability withIsAvailable(Boolean isAvailable)

Set whether or not this size category is available.

SizeAvailability withSizeCategory(ManagedLabVmSize sizeCategory)

Set the category of the size (Basic, Standard, Performance).

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

SizeAvailability

public SizeAvailability()

Method Details

isAvailable

public Boolean isAvailable()

Get whether or not this size category is available.

Returns:

the isAvailable value

sizeCategory

public ManagedLabVmSize sizeCategory()

Get the category of the size (Basic, Standard, Performance). Possible values include: 'Basic', 'Standard', 'Performance'.

Returns:

the sizeCategory value

withIsAvailable

public SizeAvailability withIsAvailable(Boolean isAvailable)

Set whether or not this size category is available.

Parameters:

isAvailable - the isAvailable value to set

Returns:

the SizeAvailability object itself.

withSizeCategory

public SizeAvailability withSizeCategory(ManagedLabVmSize sizeCategory)

Set the category of the size (Basic, Standard, Performance). Possible values include: 'Basic', 'Standard', 'Performance'.

Parameters:

sizeCategory - the sizeCategory value to set

Returns:

the SizeAvailability object itself.

Applies to