Class DataSource
java.lang.Object
com.microsoft.azure.management.appservice.DataSource
Class representing data source used by the detectors.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet datasource Uri Links.Get instructions if any for the data source.withDataSourceUri
(List<NameValuePair> dataSourceUri) Set datasource Uri Links.withInstructions
(List<String> instructions) Set instructions if any for the data source.
-
Constructor Details
-
DataSource
public DataSource()
-
-
Method Details
-
instructions
Get instructions if any for the data source.- Returns:
- the instructions value
-
withInstructions
Set instructions if any for the data source.- Parameters:
instructions
- the instructions value to set- Returns:
- the DataSource object itself.
-
dataSourceUri
Get datasource Uri Links.- Returns:
- the dataSourceUri value
-
withDataSourceUri
Set datasource Uri Links.- Parameters:
dataSourceUri
- the dataSourceUri value to set- Returns:
- the DataSource object itself.
-