Class DataConnectionValidationInner
java.lang.Object
com.azure.resourcemanager.kusto.fluent.models.DataConnectionValidationInner
Class representing an data connection validation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the dataConnectionName property: The name of the data connection.Get the properties property: The data connection properties to validate.void
validate()
Validates the instance.withDataConnectionName
(String dataConnectionName) Set the dataConnectionName property: The name of the data connection.withProperties
(DataConnectionInner properties) Set the properties property: The data connection properties to validate.
-
Constructor Details
-
DataConnectionValidationInner
public DataConnectionValidationInner()
-
-
Method Details
-
dataConnectionName
Get the dataConnectionName property: The name of the data connection.- Returns:
- the dataConnectionName value.
-
withDataConnectionName
Set the dataConnectionName property: The name of the data connection.- Parameters:
dataConnectionName
- the dataConnectionName value to set.- Returns:
- the DataConnectionValidationInner object itself.
-
properties
Get the properties property: The data connection properties to validate.- Returns:
- the properties value.
-
withProperties
Set the properties property: The data connection properties to validate.- Parameters:
properties
- the properties value to set.- Returns:
- the DataConnectionValidationInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-