Class AttachedDatabaseConfigurationListResult
java.lang.Object
com.azure.resourcemanager.kusto.models.AttachedDatabaseConfigurationListResult
The list attached database configurations operation response.
-
Constructor Details
-
AttachedDatabaseConfigurationListResult
public AttachedDatabaseConfigurationListResult()
-
-
Method Details
-
value
Get the value property: The list of attached database configurations.- Returns:
- the value value.
-
withValue
public AttachedDatabaseConfigurationListResult withValue(List<AttachedDatabaseConfigurationInner> value) Set the value property: The list of attached database configurations.- Parameters:
value
- the value value to set.- Returns:
- the AttachedDatabaseConfigurationListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-