Class AzureDataExplorerCommandActivityTypeProperties

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.AzureDataExplorerCommandActivityTypeProperties

public final class AzureDataExplorerCommandActivityTypeProperties extends Object
Azure Data Explorer command activity properties.
  • Constructor Details

    • AzureDataExplorerCommandActivityTypeProperties

      public AzureDataExplorerCommandActivityTypeProperties()
  • Method Details

    • command

      public Object command()
      Get the command property: A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
      Returns:
      the command value.
    • withCommand

      Set the command property: A control command, according to the Azure Data Explorer command syntax. Type: string (or Expression with resultType string).
      Parameters:
      command - the command value to set.
      Returns:
      the AzureDataExplorerCommandActivityTypeProperties object itself.
    • commandTimeout

      public Object commandTimeout()
      Get the commandTimeout property: Control command timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..).
      Returns:
      the commandTimeout value.
    • withCommandTimeout

      public AzureDataExplorerCommandActivityTypeProperties withCommandTimeout(Object commandTimeout)
      Set the commandTimeout property: Control command timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9]))..).
      Parameters:
      commandTimeout - the commandTimeout value to set.
      Returns:
      the AzureDataExplorerCommandActivityTypeProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.