Class ListDataCenters
- java.lang.Object
-
- com.azure.resourcemanager.cosmos.models.ListDataCenters
-
public final class ListDataCenters extends Object
List of managed Cassandra data centers and their properties.
-
-
Constructor Summary
Constructors Constructor Description ListDataCenters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<DataCenterResourceInner>value()Get the value property: Container for array of data centers.
-
-
-
Method Detail
-
value
public List<DataCenterResourceInner> value()
Get the value property: Container for array of data centers.- Returns:
- the value value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-