Class DataSource

java.lang.Object
com.microsoft.azure.management.appservice.DataSource

public class DataSource extends Object
Class representing data source used by the detectors.
  • Constructor Details

    • DataSource

      public DataSource()
  • Method Details

    • instructions

      public List<String> instructions()
      Get instructions if any for the data source.
      Returns:
      the instructions value
    • withInstructions

      public DataSource withInstructions(List<String> instructions)
      Set instructions if any for the data source.
      Parameters:
      instructions - the instructions value to set
      Returns:
      the DataSource object itself.
    • dataSourceUri

      public List<NameValuePair> dataSourceUri()
      Get datasource Uri Links.
      Returns:
      the dataSourceUri value
    • withDataSourceUri

      public DataSource withDataSourceUri(List<NameValuePair> dataSourceUri)
      Set datasource Uri Links.
      Parameters:
      dataSourceUri - the dataSourceUri value to set
      Returns:
      the DataSource object itself.