RegionalAvailability Class

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

public class RegionalAvailability

The availability information of sizes across regions.

Constructor Summary

Constructor Description
RegionalAvailability()

Method Summary

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

Get corresponding region.

java.util.List<SizeAvailability> sizeAvailabilities()

Get list of all the size information for the region.

RegionalAvailability withRegion(String region)

Set corresponding region.

RegionalAvailability withSizeAvailabilities(List<SizeAvailability> sizeAvailabilities)

Set list of all the size information for the region.

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

RegionalAvailability

public RegionalAvailability()

Method Details

region

public String region()

Get corresponding region.

Returns:

the region value

sizeAvailabilities

public List sizeAvailabilities()

Get list of all the size information for the region.

Returns:

the sizeAvailabilities value

withRegion

public RegionalAvailability withRegion(String region)

Set corresponding region.

Parameters:

region - the region value to set

Returns:

the RegionalAvailability object itself.

withSizeAvailabilities

public RegionalAvailability withSizeAvailabilities(List sizeAvailabilities)

Set list of all the size information for the region.

Parameters:

sizeAvailabilities - the sizeAvailabilities value to set

Returns:

the RegionalAvailability object itself.

Applies to