Interface DataConnectionValidation


public interface DataConnectionValidation
An immutable client-side representation of DataConnectionValidation.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the dataConnectionName property: The name of the data connection.
    Gets the inner com.azure.resourcemanager.kusto.fluent.models.DataConnectionValidationInner object.
    Gets the properties property: The data connection properties to validate.
  • Method Details

    • dataConnectionName

      String dataConnectionName()
      Gets the dataConnectionName property: The name of the data connection.
      Returns:
      the dataConnectionName value.
    • properties

      DataConnection properties()
      Gets the properties property: The data connection properties to validate.
      Returns:
      the properties value.
    • innerModel

      Gets the inner com.azure.resourcemanager.kusto.fluent.models.DataConnectionValidationInner object.
      Returns:
      the inner object.