SizeConfigurationPropertiesFragment Class

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

public class SizeConfigurationPropertiesFragment

Represents the size configuration under the lab account.

Constructor Summary

Constructor Description
SizeConfigurationPropertiesFragment()

Method Summary

Modifier and Type Method and Description
java.util.List<EnvironmentSizeFragment> environmentSizes()

Get represents a list of size categories supported by this Lab Account (Small, Medium, Large).

SizeConfigurationPropertiesFragment withEnvironmentSizes(List<EnvironmentSizeFragment> environmentSizes)

Set represents a list of size categories supported by this Lab Account (Small, Medium, Large).

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

SizeConfigurationPropertiesFragment

public SizeConfigurationPropertiesFragment()

Method Details

environmentSizes

public List environmentSizes()

Get represents a list of size categories supported by this Lab Account (Small, Medium, Large).

Returns:

the environmentSizes value

withEnvironmentSizes

public SizeConfigurationPropertiesFragment withEnvironmentSizes(List environmentSizes)

Set represents a list of size categories supported by this Lab Account (Small, Medium, Large).

Parameters:

environmentSizes - the environmentSizes value to set

Returns:

the SizeConfigurationPropertiesFragment object itself.

Applies to