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 Summary
Constructors Constructor Description DataSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<NameValuePair>dataSourceUri()Get datasource Uri Links.List<String>instructions()Get instructions if any for the data source.DataSourcewithDataSourceUri(List<NameValuePair> dataSourceUri)Set datasource Uri Links.DataSourcewithInstructions(List<String> instructions)Set instructions if any for the data source.
-
-
-
Method Detail
-
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.
-
-