Class RestorableSqlResourcesListResult
- java.lang.Object
-
- com.azure.resourcemanager.cosmos.models.RestorableSqlResourcesListResult
-
public final class RestorableSqlResourcesListResult extends Object
The List operation response, that contains the restorable SQL resources.
-
-
Constructor Summary
Constructors Constructor Description RestorableSqlResourcesListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<DatabaseRestoreResourceInner>value()Get the value property: List of restorable SQL resources, including the database and collection names.
-
-
-
Method Detail
-
value
public List<DatabaseRestoreResourceInner> value()
Get the value property: List of restorable SQL resources, including the database and collection names.- Returns:
- the value value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-