Class DataConnectionListResult
java.lang.Object
com.azure.resourcemanager.kusto.models.DataConnectionListResult
The list Kusto data connections operation response.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.value()
Get the value property: The list of Kusto data connections.withValue
(List<DataConnectionInner> value) Set the value property: The list of Kusto data connections.
-
Constructor Details
-
DataConnectionListResult
public DataConnectionListResult()
-
-
Method Details
-
value
Get the value property: The list of Kusto data connections.- Returns:
- the value value.
-
withValue
Set the value property: The list of Kusto data connections.- Parameters:
value
- the value value to set.- Returns:
- the DataConnectionListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-