Class DataConnectionValidationResult
java.lang.Object
com.azure.resourcemanager.kusto.models.DataConnectionValidationResult
The result returned from a data connection validation request.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the errorMessage property: A message which indicates a problem in data connection validation.void
validate()
Validates the instance.withErrorMessage
(String errorMessage) Set the errorMessage property: A message which indicates a problem in data connection validation.
-
Constructor Details
-
DataConnectionValidationResult
public DataConnectionValidationResult()
-
-
Method Details
-
errorMessage
Get the errorMessage property: A message which indicates a problem in data connection validation.- Returns:
- the errorMessage value.
-
withErrorMessage
Set the errorMessage property: A message which indicates a problem in data connection validation.- Parameters:
errorMessage
- the errorMessage value to set.- Returns:
- the DataConnectionValidationResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-