SizeConfigurationProperties Class

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

public class SizeConfigurationProperties

Represents the size configuration under the lab account.

Constructor Summary

Constructor Description
SizeConfigurationProperties()

Method Summary

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

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

SizeConfigurationProperties withEnvironmentSizes(List<EnvironmentSize> 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

SizeConfigurationProperties

public SizeConfigurationProperties()

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 SizeConfigurationProperties 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 SizeConfigurationProperties object itself.

Applies to